From 65ed39a3d99983f9d498e0f2694290bb631ff96f Mon Sep 17 00:00:00 2001 From: Prefetch Date: Sat, 1 Oct 2022 17:26:04 +0200 Subject: Add GoatCounter, general fixes --- static/main.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'static') 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); -- cgit v1.2.3