From 615eecc6345859e6a6667fe73db7b27bfc2f173a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Tue, 28 Oct 2025 14:08:02 +0100 Subject: feat(frontend): space between section introduction and articles --- frontend/scss/home.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'frontend/scss/home.scss') diff --git a/frontend/scss/home.scss b/frontend/scss/home.scss index 075896e..9e50385 100644 --- a/frontend/scss/home.scss +++ b/frontend/scss/home.scss @@ -8,11 +8,11 @@ gap: calc(1.5 * var(--margin-header)); } -article article { - margin-bottom: var(--margin-header); - &:last-child { - margin-bottom: 0; - } +section > article { + display: flex; + flex-direction: column; + gap: var(--margin-base); + margin-top: var(--margin-header); } .pagination { -- cgit v1.2.3