diff options
author | Jacob Janzen <jjanzenn@proton.me> | 2024-08-08 23:51:05 -0500 |
---|---|---|
committer | Jacob Janzen <jjanzenn@proton.me> | 2024-08-08 23:51:05 -0500 |
commit | 7a5b174a988db73598a0094b1a8cd7143355bce3 (patch) | |
tree | c6b61adffb69790a8236d83dfff2f04b9a2c94d8 /css/stylesheet.css | |
parent | b8c64e74f6f1d535e39fbc80b8c5aacf5f431983 (diff) |
more changes to css
Diffstat (limited to 'css/stylesheet.css')
-rw-r--r-- | css/stylesheet.css | 26 |
1 files changed, 16 insertions, 10 deletions
diff --git a/css/stylesheet.css b/css/stylesheet.css index ad26a15..b7bfccc 100644 --- a/css/stylesheet.css +++ b/css/stylesheet.css @@ -48,16 +48,7 @@ a:hover { padding: 10px 10px; } -@media screen and (max-width: 700px) { - .topnav a { - float: none; - display: block; - text-align: left; - } -} - .footer { - max-width: calc(100% - 20px); width: 700px; bottom: 0; margin-top: auto; @@ -65,7 +56,6 @@ a:hover { } .footer-top { - max-width: calc(100% - 20px); width: 700px; text-align: center; z-index: 2; @@ -80,6 +70,22 @@ a:hover { text-align: center; } +@media screen and (max-width: 700px) { + .topnav a { + float: none; + display: block; + text-align: left; + } + .footer-top { + width: 700px; + text-align: center; + z-index: 2; + display: flex; + justify-content: space-between; + flex-direction: column; + } +} + /* Org Stuff */ .todo { |