mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-28 16:55:32 +00:00
BUGFIX: Abstand auf der Startseite
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -43,9 +43,10 @@
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body class="w-full h-full min-h-full" hx-ext="response-targets" hx-boost="true">
|
||||
<body class="w-full min-h-full" hx-ext="response-targets" hx-boost="true">
|
||||
<div class="pb-12">
|
||||
{{ block "body" . }}
|
||||
<!-- Default app body... -->
|
||||
<!-- Default app body... -->
|
||||
{{ end }}
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{{- $model := . -}}
|
||||
<div id="intropageroot">
|
||||
<div id="intropageroot" class="!mb-12">
|
||||
<image-reel class="hidden lg:block max-w-full my-8 mx-12 relative" id="imagecontainer">
|
||||
<div class="overflow-hidden flex flex-row justify-between">
|
||||
{{- range $i, $img := $model.bilder -}}
|
||||
@@ -22,8 +22,8 @@
|
||||
</div>
|
||||
</image-reel>
|
||||
|
||||
<div class="w-full min-h-full mt-8">
|
||||
<div class="text-center relative max-w-screen-xl mx-auto" data-="">
|
||||
<div class="w-full min-h-full mt-8 mb-12">
|
||||
<div class="text-center relative max-w-screen-xl mx-auto">
|
||||
<img
|
||||
src="/assets/musen.png"
|
||||
class="max-w-[28rem] mx-auto lg:absolute left-2/3 top-2"
|
||||
@@ -43,7 +43,7 @@
|
||||
{{- Safe $model.texte.Abs2 -}}
|
||||
</div>
|
||||
</div>
|
||||
<div class="text-center mt-8 startlinks font-serif text-xl mb-8" data-="">
|
||||
<div class="text-center mt-8 startlinks font-serif text-xl">
|
||||
<a href="/redaktion/einfuehrung" class="">Einleitung</a>
|
||||
<div class="inline px-1">|</div>
|
||||
<a href="/reihen" class="font-bold">Alle Bände<i class="ri-arrow-right-double-line"></i></a>
|
||||
|
||||
Reference in New Issue
Block a user