summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorBradley Taunt <brad@bt.ht>2023-11-28 09:58:16 -0500
committerBradley Taunt <brad@bt.ht>2023-11-28 09:58:16 -0500
commit61914746a306daaad08682df859a6cf69df26cb8 (patch)
tree0c44e12d1866d934d4fed2d8c76474ebd831166f /local.css
parent54b9c3944bd52dd5dbb2664a98b4aedfafc91336 (diff)
Update h2 and h3 heading font sizes
Diffstat (limited to 'local.css')
-rw-r--r--local.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/local.css b/local.css
index 699e3a7..96fba2a 100644
--- a/local.css
+++ b/local.css
@@ -1,4 +1,6 @@
img{height:auto;max-width:100%;}
+h2{font-size:1.4rem;}
+h3{font-size:1.2rem;}
.sidebar{border:1px solid; padding:1rem; margin-right:10px;width:auto;}
.sidebar h2{margin-top:0;}
.sidebar ul{margin-bottom:0;padding-left:20px;}