mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-29 17:25:32 +00:00
BUGFIX: einzüge auf der Startseite
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="mt-8 lg:text-lg font-medium lg:w-9/12 xl:w-7/12 mx-auto px-4 lg:px-0">
|
<div class="mt-8 lg:text-lg font-medium lg:w-9/12 xl:w-7/12 mx-auto px-4 lg:px-0">
|
||||||
<div class="lg:flex gap-x-12 starttext font-serif hyphens-auto indented">
|
<div class="lg:flex gap-x-12 starttext font-serif hyphens-auto" id="introtext">
|
||||||
<div class="lg:w-2/3">
|
<div class="lg:w-2/3">
|
||||||
{{- Safe $model.texte.Abs1 -}}
|
{{- Safe $model.texte.Abs1 -}}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -247,6 +247,10 @@
|
|||||||
@apply h-full w-full;
|
@apply h-full w-full;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#introtext p:not(:first-child) {
|
||||||
|
@apply mt-0.5 !indent-6;
|
||||||
|
}
|
||||||
|
|
||||||
#searchnav > a:nth-of-type(1) {
|
#searchnav > a:nth-of-type(1) {
|
||||||
@apply ml-6;
|
@apply ml-6;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user