aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hergès <william@herges.fr>2025-10-28 14:11:20 +0100
committerWilliam Hergès <william@herges.fr>2025-10-28 14:11:20 +0100
commit8be00c8b9915a91ee57ff6125962f2dccdad1a6f (patch)
tree214236d374448613fcd8f5481178516f32b4b3bd
parent615eecc6345859e6a6667fe73db7b27bfc2f173a (diff)
fix(frontend): consistent space between articles and section introduction
-rw-r--r--frontend/scss/home.scss2
1 files changed, 1 insertions, 1 deletions
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 {