From 61914746a306daaad08682df859a6cf69df26cb8 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Tue, 28 Nov 2023 09:58:16 -0500 Subject: Update h2 and h3 heading font sizes --- local.css | 2 ++ 1 file changed, 2 insertions(+) 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;} -- cgit v1.2.3-54-g00ecf