BUGFIX: einzüge auf der Startseite

This commit is contained in:
Simon Martens
2025-03-02 01:00:44 +01:00
parent f50dd055e7
commit 9132120a7a
2 changed files with 5 additions and 1 deletions

View File

@@ -247,6 +247,10 @@
@apply h-full w-full;
}
#introtext p:not(:first-child) {
@apply mt-0.5 !indent-6;
}
#searchnav > a:nth-of-type(1) {
@apply ml-6;
}