diff options
author | Prefetch | 2022-10-01 17:26:04 +0200 |
---|---|---|
committer | Prefetch | 2022-10-01 17:26:04 +0200 |
commit | 65ed39a3d99983f9d498e0f2694290bb631ff96f (patch) | |
tree | 109cbb374d51cae8ae7328e6f1997ce4b97408a2 /static/main.css | |
parent | 5fb0163dc120039832789db67c7c1e214e79461d (diff) |
Add GoatCounter, general fixes
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); |