aboutsummaryrefslogtreecommitdiff
path: root/css/stylesheet.css
diff options
context:
space:
mode:
authorJacob Janzen <jjanzenn@proton.me>2024-04-27 16:07:04 -0500
committerJacob Janzen <jjanzenn@proton.me>2024-04-27 16:07:04 -0500
commit3802ae72fee78188b2d8bf02658e4d0ee5b2411c (patch)
tree1a3d00cbb6a774c6ae587250207008be04067009 /css/stylesheet.css
parentd2392ced878b3ac99b3bf5e5be2b8bc3df672561 (diff)
gross css
Diffstat (limited to 'css/stylesheet.css')
-rw-r--r--css/stylesheet.css7
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;