diff --git a/content/styles/90s/styles.css b/content/styles/90s/styles.css index b6ee57a..2aecb89 100644 --- a/content/styles/90s/styles.css +++ b/content/styles/90s/styles.css @@ -39,6 +39,9 @@ body { min-height: 100vh; max-width: 1500px; text-rendering: optimizeSpeed; + + display: flex; + flex-direction: column; } h1 { @@ -94,11 +97,7 @@ h2 * { } footer { - /* position: fixed; */ - left: 0; - bottom: 0; - width: 100%; - text-align: center; + margin-top: auto; } @media (prefers-reduced-motion: reduce) {