site

text for beau's website
git clone https://git.beauhilton.com/site.git
Log | Files | Refs

commit 83f86fc69dde4349972bc9516afe98c4e8494bae
parent 960651f186cf76d99fd7e3e00c4627d5e685c07f
Author: Beau <cbeauhilton@gmail.com>
Date:   Fri, 22 Apr 2022 15:15:17 -0500

font weight and spacing

Diffstat:
Mstyle.css | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/style.css b/style.css @@ -63,9 +63,9 @@ section#masthead h1 a:visited{ } h2,h3{ - margin-top:2em; - font-size:1.5em; - line-height:1.5em + font-size:2em; + font-weight: lighter; + line-height:0.1em } h5{ /* used only for the index page */