diff options
Diffstat (limited to 'static/main.css')
-rw-r--r-- | static/main.css | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/static/main.css b/static/main.css index f275aa6..bb8c5b2 100644 --- a/static/main.css +++ b/static/main.css @@ -58,13 +58,6 @@ img { float: right; text-align: right; } -@media only screen and (max-width: 64ch) { - .navl {width: 100%;} - .navr { - width: 100%; - font-size: 1.8rem; - } -} .footl { float: left; text-align: left; @@ -73,6 +66,13 @@ img { float: right; text-align: right; } +@media only screen and (max-width: 72ch) { + .navl, .footl, .footr {width: 100%;} + .navr { + width: 100%; + font-size: 1.8rem; + } +} .noha a:link, .noha a:visited { color: #121212; color: var(--f); |