From 342710a755a4c7fa8bef9461b80d0be1652207f4 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sat, 21 Jan 2023 23:34:34 -0600 Subject: [PATCH] Reduce gap between elements in subsections list --- assets/css/bobastyle.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/bobastyle.css b/assets/css/bobastyle.css index 7901972..489853a 100644 --- a/assets/css/bobastyle.css +++ b/assets/css/bobastyle.css @@ -272,7 +272,7 @@ .sections { display: flex; flex-direction: column; - gap: 40px; + gap: 10px; } .section {