From 7a5b174a988db73598a0094b1a8cd7143355bce3 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Thu, 8 Aug 2024 23:51:05 -0500 Subject: more changes to css --- css/stylesheet.css | 26 ++++++++++++++++---------- 1 file 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 { -- cgit v1.2.3