diff options
Diffstat (limited to 'source/infra/css')
-rw-r--r-- | source/infra/css/main.css | 4 |
1 files changed, 2 insertions, 2 deletions
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%; |