diff options
author | Jacob Janzen <jjanzenn@proton.me> | 2024-08-08 21:03:01 -0500 |
---|---|---|
committer | Jacob Janzen <jjanzenn@proton.me> | 2024-08-08 21:03:01 -0500 |
commit | c4f6a082c96456f591e321e322b8f2198deec5e4 (patch) | |
tree | f43d3b2e9ae2b7a170a13b530a88893be72a351a | |
parent | cff030d2a91968a405df985b0db39dc6ac0bda14 (diff) |
no idea what i'm doing
-rw-r--r-- | css/stylesheet.css | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/css/stylesheet.css b/css/stylesheet.css index d2a9ee5..30001b6 100644 --- a/css/stylesheet.css +++ b/css/stylesheet.css @@ -59,14 +59,13 @@ a:hover { .footer { bottom: 0; margin-top: auto; - width: 700px; - max-width: calc(100% - 20px); - text-align: center; display: grid; - justify-content: space-between; } .footer-top { + max-width: calc(100% - 20px); + width: 700px; + text-align: center; z-index: 2; display: flex; justify-content: space-between; @@ -75,7 +74,7 @@ a:hover { .footer-bottom { z-index: 1; display: flex; - justify-content: space-between; + text-align: center; } /* Org Stuff */ |