site

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

commit 696753ea048b59886d79a2db8636d105a24d2735
parent ba8e3fcdac6e8adba5509f4ecdc9366a181363c7
Author: Beau <cbeauhilton@gmail.com>
Date:   Fri, 22 Apr 2022 15:40:17 -0500

fix L margin for body

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

diff --git a/style.css b/style.css @@ -7,7 +7,7 @@ body { background-color: #ffffff; line-height: 1.45; font-size: 106.3%; - margin: 0.5em; + margin: 0 auto; padding: 0.5em; max-width: 40em } @@ -42,7 +42,7 @@ section#masthead{ } section#masthead h1{ - margin:2em; + margin:1em; margin-top:1em; font-size:3em; line-height:1.5em;