diff options
author | Jacob Janzen <jjanzenn@proton.me> | 2024-08-08 23:56:11 -0500 |
---|---|---|
committer | Jacob Janzen <jjanzenn@proton.me> | 2024-08-08 23:56:11 -0500 |
commit | 7dfb618dbd95f1fe738f7a2acf9c3e742cfe5c94 (patch) | |
tree | 7696f28830fce617392993ccac708e734fe97530 /css/stylesheet.css | |
parent | 7a5b174a988db73598a0094b1a8cd7143355bce3 (diff) |
fit content
Diffstat (limited to 'css/stylesheet.css')
-rw-r--r-- | css/stylesheet.css | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/css/stylesheet.css b/css/stylesheet.css index b7bfccc..c292e5a 100644 --- a/css/stylesheet.css +++ b/css/stylesheet.css @@ -77,13 +77,16 @@ a:hover { text-align: left; } .footer-top { - width: 700px; - text-align: center; - z-index: 2; - display: flex; - justify-content: space-between; + width: fit-content; flex-direction: column; } + .footer-bottom { + width: fit-content; + z-index: 1; + display: flex; + justify-content: center; + text-align: center; + } } /* Org Stuff */ |