summaryrefslogtreecommitdiff
path: root/static/desktop.css
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2025-06-04 08:19:41 -0400
committerAdam T. Carpenter <atc@53hor.net>2025-06-04 08:19:41 -0400
commit35401109bcb48643cb23098bddfd46dcf768432f (patch)
tree61eef01f4ffda84fd777e3a8b6baf3e1abd31a62 /static/desktop.css
parenta880e092b3152590f54c3965cbbb2703a3d12e2e (diff)
downloadcarpentertutoring-35401109bcb48643cb23098bddfd46dcf768432f.tar.xz
carpentertutoring-35401109bcb48643cb23098bddfd46dcf768432f.zip
feat: shorter vertical padding on text sections
Diffstat (limited to 'static/desktop.css')
-rw-r--r--static/desktop.css4
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;
}