summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBradley Taunt <brad@bt.ht>2023-11-28 10:03:53 -0500
committerBradley Taunt <brad@bt.ht>2023-11-28 10:03:53 -0500
commit3b7e7f33c844e21c0819d0d1296064a2e634a846 (patch)
tree8105d6a1c2d5856bdaeedced16a17e2f523a8c44
parent681b98c9db8ab751ec5da650ec0520797e906c12 (diff)
Fix h1 heading default size
-rw-r--r--local.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/local.css b/local.css
index b130764..6de8a2c 100644
--- a/local.css
+++ b/local.css
@@ -1,5 +1,5 @@
img{height:auto;max-width:100%;}
-h1{font-size:1.6rem;}
+h1{font-size:2.2rem;}
h2{font-size:1.4rem;}
h3{font-size:1.2rem;}
.sidebar{border:1px solid; padding:1rem; margin-right:10px;width:auto;}
@@ -11,6 +11,7 @@ h3{font-size:1.2rem;}
.inlinepage{overflow-y:hidden;}
@media (max-width: 600px) {
+ h1{font-size:1.6rem;}
.page{display:block;}
.sidebar{float:right;margin:10px;}
} \ No newline at end of file