site

text for beau's website
Log | Files | Refs

commit 27c7848b61c21e2ae690b9931cd70072df12f523
parent 100e1b305b6bfc859060e7a171dfefbce4b8a8fb
Author: C. Beau Hilton <cbeauhilton@gmail.com>
Date:   Sun, 28 Jun 2020 16:34:44 -0500

more padding on bottom margin

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

diff --git a/style.css b/style.css @@ -125,7 +125,9 @@ table td { td.num { text-align: right; } - +section{ + margin-bottom:4em +} section#masthead{ margin-bottom:1em }