From 6eeccb0eef3e8e2e4ecd57cf1dc5671ee8036f67 Mon Sep 17 00:00:00 2001 From: Vijay Janapa Reddi Date: Mon, 2 Dec 2024 23:13:25 -0500 Subject: [PATCH] section spacing fix --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index d8dbc6a..8faef01 100644 --- a/styles.css +++ b/styles.css @@ -405,7 +405,7 @@ h1 { .sections-container { display: flex; flex-wrap: wrap; - gap: 30px; + gap: 20px; margin-bottom: 30px; } .section {