From 006bda56ebb0229a33e236512a2c1439ff795d93 Mon Sep 17 00:00:00 2001 From: Ted Pier Date: Mon, 4 Aug 2025 13:11:01 -0700 Subject: [PATCH] add margin to sections --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 41ec44f..d8b4565 100644 --- a/style.css +++ b/style.css @@ -111,3 +111,7 @@ body { max-width: 50%; text-align: center; } + +section { + margin-bottom: 16px +}