diff options
author | Adam T. Carpenter <atc@53hor.net> | 2025-06-04 08:19:41 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2025-06-04 08:19:41 -0400 |
commit | 35401109bcb48643cb23098bddfd46dcf768432f (patch) | |
tree | 61eef01f4ffda84fd777e3a8b6baf3e1abd31a62 /static/desktop.css | |
parent | a880e092b3152590f54c3965cbbb2703a3d12e2e (diff) | |
download | carpentertutoring-35401109bcb48643cb23098bddfd46dcf768432f.tar.xz carpentertutoring-35401109bcb48643cb23098bddfd46dcf768432f.zip |
feat: shorter vertical padding on text sections
Diffstat (limited to 'static/desktop.css')
-rw-r--r-- | static/desktop.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/desktop.css b/static/desktop.css index 79e25aa..ec58f21 100644 --- a/static/desktop.css +++ b/static/desktop.css @@ -4,8 +4,8 @@ } section { - padding-top: 3em; - padding-bottom: 3em; + padding-top: 2em; + padding-bottom: 2em; padding-left: 15em; padding-right: 15em; } |