From 35401109bcb48643cb23098bddfd46dcf768432f Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Wed, 4 Jun 2025 08:19:41 -0400 Subject: feat: shorter vertical padding on text sections --- static/desktop.css | 4 ++-- 1 file 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; } -- cgit v1.2.3