site

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

commit 5587ad7d5025dad880265aa55c122142effb5ff5
parent d8f548421435707f1b8b4c1179e9fcb5813ad345
Author: Beau <cbeauhilton@gmail.com>
Date:   Fri, 22 Apr 2022 15:03:22 -0500

line spacing

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

diff --git a/style.css b/style.css @@ -69,8 +69,7 @@ h2,h3{ } h5{ /* used only for the index page */ - margin-top:0.1em; - margin-bottom:0em; + margin-bottom:0.1em; font-size:2em; line-height:2em }