site

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

commit d8f548421435707f1b8b4c1179e9fcb5813ad345
parent 8b38eb4caabdb6181f36d83a8c8503b86b3e2dcf
Author: Beau <cbeauhilton@gmail.com>
Date:   Fri, 22 Apr 2022 15:02:26 -0500

line spacing

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

diff --git a/style.css b/style.css @@ -26,7 +26,7 @@ a:visited{ } section{ - margin-bottom:4em + margin-bottom:3em } table td { @@ -36,15 +36,14 @@ table td { td.num { text-align: right; } -section{ - margin-bottom:4em -} + section#masthead{ margin-bottom:4em; } + section#masthead h1{ margin:0; - margin-top:2em; + margin-top:1em; font-size:3em; line-height:1.5em; max-width:50em @@ -70,7 +69,7 @@ h2,h3{ } h5{ /* used only for the index page */ - margin-top:0.2em; + margin-top:0.1em; margin-bottom:0em; font-size:2em; line-height:2em