diff options
author | Adam T. Carpenter <atc@53hor.net> | 2025-05-18 19:45:44 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2025-05-18 19:45:44 -0400 |
commit | 7b23f7ff329bd463ae2e8736390b479bf5501a5f (patch) | |
tree | 3b6f3f2128e42dafd987ebd55f91f5beba0c44c7 /static/styles.css | |
parent | 06aa80c432b3e0b3bab35057f62c4fab7abea52e (diff) | |
download | carpentertutoring-7b23f7ff329bd463ae2e8736390b479bf5501a5f.tar.xz carpentertutoring-7b23f7ff329bd463ae2e8736390b479bf5501a5f.zip |
Diffstat (limited to 'static/styles.css')
-rw-r--r-- | static/styles.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/static/styles.css b/static/styles.css index 8948d92..4fcea55 100644 --- a/static/styles.css +++ b/static/styles.css @@ -23,7 +23,7 @@ body { body { background-image: url("/assets/bg.webp"); - background-size: 50%; + background-size: 9em; } nav { @@ -104,10 +104,12 @@ section.banner { rgba(255, 255, 255, 1) 75%); } -section.banner h1 { +section.banner * { background: white; - margin-top: 0; padding-top: 1em; + margin-top: 0; + margin-left: 0; + margin-right: 0; } .button img { |