diff options
author | Jacob Janzen <jjanzenn@proton.me> | 2024-04-27 16:07:04 -0500 |
---|---|---|
committer | Jacob Janzen <jjanzenn@proton.me> | 2024-04-27 16:07:04 -0500 |
commit | 3802ae72fee78188b2d8bf02658e4d0ee5b2411c (patch) | |
tree | 1a3d00cbb6a774c6ae587250207008be04067009 | |
parent | d2392ced878b3ac99b3bf5e5be2b8bc3df672561 (diff) |
gross css
-rw-r--r-- | css/stylesheet.css | 7 |
1 files changed, 5 insertions, 2 deletions
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; |