From 3802ae72fee78188b2d8bf02658e4d0ee5b2411c Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Sat, 27 Apr 2024 16:07:04 -0500 Subject: gross css --- css/stylesheet.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'css/stylesheet.css') diff --git a/css/stylesheet.css b/css/stylesheet.css index 9f9c01b..73d1c4d 100644 --- a/css/stylesheet.css +++ b/css/stylesheet.css @@ -10,6 +10,10 @@ body { width: 700px; max-width: calc(100% - 20px); margin: auto; + display: flex; + flex-direction: column; + min-height: 100vh; + min-height: 100svh; } h1 { @@ -57,10 +61,9 @@ a:hover { } .footer { - position: fixed; background-color: #fff8ea; bottom: 0; - margin: auto; + margin-top: auto; width: 700px; max-width: calc(100% - 20px); text-align: center; -- cgit v1.2.3