diff options
Diffstat (limited to '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 { |