summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2025-06-04 23:23:35 -0400
committerAdam T. Carpenter <atc@53hor.net>2025-06-04 23:23:35 -0400
commit61f854eba5bad295565b45e919b612d61710d8e7 (patch)
tree01e153cd3eb99f2c9dd37caf4baf1f7e64320d4d /static
parent61bc308a950e86d088c0dac7efa29a2f29a1bf0c (diff)
downloadcarpentertutoring-master.tar.xz
carpentertutoring-master.zip
fix: padding on blog and pros banner under navbar cut offHEADreleasemaster
Diffstat (limited to 'static')
-rw-r--r--static/desktop.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/desktop.css b/static/desktop.css
index 5a8edb2..cdfcd34 100644
--- a/static/desktop.css
+++ b/static/desktop.css
@@ -4,7 +4,7 @@
}
section {
- padding-top: 2em;
+ padding-top: 3em;
padding-bottom: 2em;
padding-left: 15em;
padding-right: 15em;