From 15f92e00523d66072ee2c37b30b1e194637b614a Mon Sep 17 00:00:00 2001 From: Ari Archer Date: Sat, 3 Sep 2022 01:31:16 +0300 Subject: [PATCH] Make the bar in the 90s page always stick to bottom Signed-off-by: Ari Archer --- content/styles/90s/styles.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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) {