From bf1f4c512f4cfd06e1b1f751b2b7da45e391a563 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Thu, 21 Mar 2024 17:39:12 +0800 Subject: [PATCH] Adjust post gap --- m6-learning-journal/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m6-learning-journal/css/style.css b/m6-learning-journal/css/style.css index 78d06db..0670be2 100644 --- a/m6-learning-journal/css/style.css +++ b/m6-learning-journal/css/style.css @@ -204,7 +204,7 @@ main, } .posts { - gap: 2.5em; + gap: 2em; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); }