From c1bbbe3b14b81d77c3bf908f445144c2e9d6baa3 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Tue, 28 Nov 2023 09:59:18 -0500 Subject: Fix sidebar heading font size --- local.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'local.css') diff --git a/local.css b/local.css index 96fba2a..2854e82 100644 --- a/local.css +++ b/local.css @@ -2,7 +2,7 @@ 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 h2{font-size:0.8rem;margin-top:0;} .sidebar ul{margin-bottom:0;padding-left:20px;} .blogform{background:none;border:0;} .pageheader .trails{display:none;} -- cgit v1.2.3-54-g00ecf