diff options
author | Bradley Taunt <brad@bt.ht> | 2023-11-28 09:59:18 -0500 |
---|---|---|
committer | Bradley Taunt <brad@bt.ht> | 2023-11-28 09:59:18 -0500 |
commit | c1bbbe3b14b81d77c3bf908f445144c2e9d6baa3 (patch) | |
tree | 4fb358d10aef0aa25bf16bff25faf0c120a6bdfa | |
parent | 61914746a306daaad08682df859a6cf69df26cb8 (diff) |
Fix sidebar heading font size
-rw-r--r-- | local.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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;} |