diff options
author | Jacob Janzen <jjanzenn@proton.me> | 2024-08-08 20:59:26 -0500 |
---|---|---|
committer | Jacob Janzen <jjanzenn@proton.me> | 2024-08-08 20:59:26 -0500 |
commit | cff030d2a91968a405df985b0db39dc6ac0bda14 (patch) | |
tree | 1b26c194b32daefbb3df839f333ae6bc8f11deaf /css | |
parent | 3d4eff43e5b95c20a549ec719ca1d07a66665bbf (diff) |
fix styling on copyright
Diffstat (limited to 'css')
-rw-r--r-- | css/stylesheet.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/css/stylesheet.css b/css/stylesheet.css index 34663f5..d2a9ee5 100644 --- a/css/stylesheet.css +++ b/css/stylesheet.css @@ -62,6 +62,18 @@ a:hover { width: 700px; max-width: calc(100% - 20px); text-align: center; + display: grid; + justify-content: space-between; +} + +.footer-top { + z-index: 2; + display: flex; + justify-content: space-between; +} + +.footer-bottom { + z-index: 1; display: flex; justify-content: space-between; } |