diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-31 12:40:00 -0600 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-31 12:40:00 -0600 |
commit | dbb479876cdbd00797983fc81bb9bf35cabba40b (patch) | |
tree | d56b3679f113fcb0cf0a2509811cb8b346fa5df5 | |
parent | 52fca1e9263a4e791a65051e4d916b7fa3dc1db8 (diff) |
center footer
-rw-r--r-- | css/stylesheet.css | 26 |
1 files changed, 4 insertions, 22 deletions
diff --git a/css/stylesheet.css b/css/stylesheet.css index 318850a..54e6ce4 100644 --- a/css/stylesheet.css +++ b/css/stylesheet.css @@ -48,6 +48,10 @@ a:hover { padding: 10px 10px; } +footer { + text-align: center; +} + .cssa-webring-container { all: unset; display: flex; @@ -77,28 +81,6 @@ a:hover { margin-inline-start: 1ch; } -.footer { - width: 700px; - bottom: 0; - margin-top: auto; - display: grid; -} - -.footer-top { - width: 700px; - text-align: center; - z-index: 2; - display: flex; - justify-content: space-between; -} - -.footer-bottom { - z-index: 1; - display: flex; - justify-content: center; - text-align: center; -} - @media screen and (max-width: 700px) { .topnav a { float: none; |