diff options
author | Bradley Taunt <brad@bt.ht> | 2023-11-28 10:01:37 -0500 |
---|---|---|
committer | Bradley Taunt <brad@bt.ht> | 2023-11-28 10:01:37 -0500 |
commit | 0950a9e435c5eb9de3930ad2315257967843aabc (patch) | |
tree | f1a3dae95cd01b80312d6bfd7ff1a5594a7234f2 | |
parent | 4ffc3c45e0f39266a5ec1564d03dc78ab71d30f4 (diff) |
Fix h1 heading default size
-rw-r--r-- | local.css | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ img{height:auto;max-width:100%;} +h1{font-size:1.6rem;} h2{font-size:1.4rem;} h3{font-size:1.2rem;} .sidebar{border:1px solid; padding:1rem; margin-right:10px;width:auto;} |