diff options
author | Bradley Taunt <brad@bt.ht> | 2023-11-28 10:03:53 -0500 |
---|---|---|
committer | Bradley Taunt <brad@bt.ht> | 2023-11-28 10:03:53 -0500 |
commit | 3b7e7f33c844e21c0819d0d1296064a2e634a846 (patch) | |
tree | 8105d6a1c2d5856bdaeedced16a17e2f523a8c44 | |
parent | 681b98c9db8ab751ec5da650ec0520797e906c12 (diff) |
Fix h1 heading default size
-rw-r--r-- | local.css | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ img{height:auto;max-width:100%;} -h1{font-size:1.6rem;} +h1{font-size:2.2rem;} h2{font-size:1.4rem;} h3{font-size:1.2rem;} .sidebar{border:1px solid; padding:1rem; margin-right:10px;width:auto;} @@ -11,6 +11,7 @@ h3{font-size:1.2rem;} .inlinepage{overflow-y:hidden;} @media (max-width: 600px) { + h1{font-size:1.6rem;} .page{display:block;} .sidebar{float:right;margin:10px;} }
\ No newline at end of file |