From 997a654b3b23afc996f2ad9941edbd5b9d7b2d08 Mon Sep 17 00:00:00 2001 From: Ted Pier Date: Mon, 4 Aug 2025 13:11:38 -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 d8b4565..d59232f 100644 --- a/style.css +++ b/style.css @@ -113,5 +113,5 @@ body { } section { - margin-bottom: 16px + margin-bottom: 32px }