footer: schwarz bis ganz unten (Body-Bottom-Padding raus, min-height:100vh) + Forum→Dialog

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-05-31 14:39:56 +02:00
parent 3594e78d4a
commit cc9d0a6855
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -80,8 +80,9 @@ body {
font-family: var(--font-family-serif);
font-size: var(--font-size-base);
line-height: 1.55;
padding: 0 0 var(--spacing-xl);
padding: 0;
margin: 0;
min-height: 100vh;
gap: var(--spacing-sm);
display: grid;
grid-template-rows: auto 1fr auto;