From 70006b2c540543a96e54254823f95348e9f0ed7a Mon Sep 17 00:00:00 2001 From: Prefetch Date: Sun, 6 Nov 2022 09:22:49 +0100 Subject: Improve image optimization, other minor tweaks --- source/infra/css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/infra/css') diff --git a/source/infra/css/main.css b/source/infra/css/main.css index 3f64520..cdf71e4 100644 --- a/source/infra/css/main.css +++ b/source/infra/css/main.css @@ -24,7 +24,6 @@ html { hr { box-sizing: content-box; height: 0; - overflow: visible; } body { background: #ededed; @@ -67,6 +66,7 @@ b, strong {font-weight: bolder;} .nav { height: 3rem; font-size: 2.4rem; + padding-bottom: 0.5rem; } .navl, .footl { float: left; @@ -76,7 +76,7 @@ b, strong {font-weight: bolder;} float: right; text-align: right; } -@media only screen and (max-width: 72ch) { +@media only screen and (max-width: 69ch) { .navl, .footl, .footr {width: 100%;} .navr { width: 100%; -- cgit v1.2.3