Fix Layout

This commit is contained in:
2026-05-06 14:48:35 +02:00
parent 5f7838ebbb
commit 4497396a8f
+1 -1
View File
@@ -16,7 +16,7 @@ body {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
padding-top: 40px; /* ← Abstand nach oben */ padding-top: 40px;
} }
.global-header h1 { .global-header h1 {