diff --git a/dev/style.css b/dev/style.css index 8a06564..935d955 100644 --- a/dev/style.css +++ b/dev/style.css @@ -52,8 +52,7 @@ body { footer { width: 100%; - position: fixed; - bottom: 0px; + margin-top: var(--spacing-lg); text-align: center; } @@ -415,6 +414,13 @@ nav ol { } } +@media (min-height: 920px) { + footer { + position: fixed; + bottom: 0px; + } +} + /* --- Sehr große Geräte (Große Desktops, ab 1200px) --- */ @media (min-width: 1200px) { .container {