commit 8ed11c782974a558bef441c722d934609ce5aec2
parent 5587ad7d5025dad880265aa55c122142effb5ff5
Author: Beau <cbeauhilton@gmail.com>
Date: Fri, 22 Apr 2022 15:04:38 -0500
moar margins
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/style.css b/style.css
@@ -26,7 +26,7 @@ a:visited{
}
section{
- margin-bottom:3em
+ margin-bottom:1em
}
table td {
@@ -38,7 +38,7 @@ td.num {
}
section#masthead{
- margin-bottom:4em;
+ margin-bottom:2em;
}
section#masthead h1{
@@ -69,7 +69,6 @@ h2,h3{
}
h5{ /* used only for the index page */
- margin-bottom:0.1em;
font-size:2em;
line-height:2em
}