commit 39b3dafc86cfcfd4264005bc2c70568403f09732 parent 134a44ebac0bf44a208ba92cf63fea0292867412 Author: Beau <cbeauhilton@gmail.com> Date: Fri, 22 Apr 2022 15:20:28 -0500 h5 not h2,h3 Diffstat:
M | style.css | | | 9 | +++++---- |
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/style.css b/style.css @@ -63,14 +63,15 @@ section#masthead h1 a:visited{ } h2,h3{ - font-size:2em; - font-weight: lighter; - line-height:0.1em + margin-top:2em; + font-size:1.5em; + line-height:1.5em } h5{ /* used only for the index page */ font-size:2em; - line-height:0.1em + line-height:0.1em; + font-weight: lighter; } @media screen and (max-width: 800px){