summaryrefslogtreecommitdiff
path: root/static/desktop.css
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2025-06-04 08:18:28 -0400
committerAdam T. Carpenter <atc@53hor.net>2025-06-04 08:18:28 -0400
commita880e092b3152590f54c3965cbbb2703a3d12e2e (patch)
treead2b374ed7b8d521377f8ad1313058cf9a203d86 /static/desktop.css
parent1d7bc2051d0dea42f85453f8918f329104a48867 (diff)
downloadcarpentertutoring-a880e092b3152590f54c3965cbbb2703a3d12e2e.tar.xz
carpentertutoring-a880e092b3152590f54c3965cbbb2703a3d12e2e.zip
feat: wider padding on text sections
Diffstat (limited to 'static/desktop.css')
-rw-r--r--static/desktop.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/static/desktop.css b/static/desktop.css
index a6c047a..79e25aa 100644
--- a/static/desktop.css
+++ b/static/desktop.css
@@ -4,7 +4,10 @@
}
section {
- padding: 3em;
+ padding-top: 3em;
+ padding-bottom: 3em;
+ padding-left: 15em;
+ padding-right: 15em;
}
nav {