diff options
author | Bradley Taunt <brad@bt.ht> | 2023-11-28 09:58:16 -0500 |
---|---|---|
committer | Bradley Taunt <brad@bt.ht> | 2023-11-28 09:58:16 -0500 |
commit | 61914746a306daaad08682df859a6cf69df26cb8 (patch) | |
tree | 0c44e12d1866d934d4fed2d8c76474ebd831166f | |
parent | 54b9c3944bd52dd5dbb2664a98b4aedfafc91336 (diff) |
Update h2 and h3 heading font sizes
-rw-r--r-- | local.css | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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;} |