summaryrefslogtreecommitdiff
path: root/source/infra/css/main.css
diff options
context:
space:
mode:
authorPrefetch2022-11-06 09:22:49 +0100
committerPrefetch2022-11-06 09:38:42 +0100
commit70006b2c540543a96e54254823f95348e9f0ed7a (patch)
tree67ae58941a70474dce2b712cd9a14be2c21a650d /source/infra/css/main.css
parent8b8f7b2cd95e3991ae9ac984d425379b08024391 (diff)
Improve image optimization, other minor tweaks
Diffstat (limited to 'source/infra/css/main.css')
-rw-r--r--source/infra/css/main.css4
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%;