style: adjust typography and layout styles in impressum, footer, and navbar

Refined text sizes and spacing across components (`impressum.php`, `footer.php`, `navbar.php`) for improved consistency. Added custom styles for headings and impressum-specific elements in `input.css`.
This commit is contained in:
2025-07-13 13:50:04 +02:00
parent 5f37dfceef
commit 2b616ab182
4 changed files with 33 additions and 25 deletions
+9 -1
View File
@@ -43,7 +43,7 @@
@layer components {
p {
@apply text-2xl font-serif;
@apply text-xl font-serif;
}
h1 {
@@ -54,8 +54,16 @@
@apply text-3xl font-sans py-4;
}
h3 {
@apply text-2xl font-sans font-bold py-2;
}
.blockpage p {
@apply py-4;
}
.impressum h2 {
@apply text-3xl pt-12;
}
}