From a880e092b3152590f54c3965cbbb2703a3d12e2e Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Wed, 4 Jun 2025 08:18:28 -0400 Subject: feat: wider padding on text sections --- static/desktop.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 { -- cgit v1.2.3