From 8be00c8b9915a91ee57ff6125962f2dccdad1a6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Tue, 28 Oct 2025 14:11:20 +0100 Subject: fix(frontend): consistent space between articles and section introduction --- frontend/scss/home.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend') diff --git a/frontend/scss/home.scss b/frontend/scss/home.scss index 9e50385..ff25ef5 100644 --- a/frontend/scss/home.scss +++ b/frontend/scss/home.scss @@ -12,7 +12,7 @@ section > article { display: flex; flex-direction: column; gap: var(--margin-base); - margin-top: var(--margin-header); + margin-top: calc(2 * var(--margin-base)); } .pagination { -- cgit v1.2.3