From e0a493364bd95f3249fb8e9c67dc8acc6d73238d Mon Sep 17 00:00:00 2001 From: Ted Pier Date: Mon, 4 Aug 2025 13:13:56 -0700 Subject: [PATCH] add margin to sections --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index d59232f..d8b4565 100644 --- a/style.css +++ b/style.css @@ -113,5 +113,5 @@ body { } section { - margin-bottom: 32px + margin-bottom: 16px }