diff options
| author | William Hergès <william@herges.fr> | 2025-10-28 14:11:20 +0100 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-10-28 14:11:20 +0100 |
| commit | 8be00c8b9915a91ee57ff6125962f2dccdad1a6f (patch) | |
| tree | 214236d374448613fcd8f5481178516f32b4b3bd /frontend | |
| parent | 615eecc6345859e6a6667fe73db7b27bfc2f173a (diff) | |
fix(frontend): consistent space between articles and section introduction
Diffstat (limited to 'frontend')
| -rw-r--r-- | frontend/scss/home.scss | 2 |
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 { |
