BUGFIX: Abstand auf der Startseite

This commit is contained in:
Simon Martens
2025-03-02 21:10:51 +01:00
parent 07a7bced4c
commit b8d264026a
3 changed files with 8 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@@ -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>

View File

@@ -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>