site

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

commit ebf4709613b834b3668e1100895b751cf52c0acc
parent b854604e7bb08eea9a6cd61e2e143b3d42fea7cc
Author: Beau <cbeauhilton@gmail.com>
Date:   Fri, 22 Apr 2022 14:19:51 -0500

h5 line spacing

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

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