site

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

commit ba8e3fcdac6e8adba5509f4ecdc9366a181363c7
parent 39b3dafc86cfcfd4264005bc2c70568403f09732
Author: Beau <cbeauhilton@gmail.com>
Date:   Fri, 22 Apr 2022 15:26:41 -0500

left margins

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

diff --git a/style.css b/style.css @@ -7,9 +7,9 @@ body { background-color: #ffffff; line-height: 1.45; font-size: 106.3%; - margin:0 auto; + margin: 0.5em; padding: 0.5em; - max-width:40em + max-width: 40em } a{ @@ -42,7 +42,7 @@ section#masthead{ } section#masthead h1{ - margin:0; + margin:2em; margin-top:1em; font-size:3em; line-height:1.5em; @@ -69,6 +69,7 @@ h2,h3{ } h5{ /* used only for the index page */ + margin:2em; font-size:2em; line-height:0.1em; font-weight: lighter;