diff options
| author | William Hergès <william@herges.fr> | 2025-10-27 17:32:41 +0100 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-10-27 17:32:41 +0100 |
| commit | 1e2ad3a8f8cd2c12786b92210616325a33d1b209 (patch) | |
| tree | 8f38b973a8dd3fc22bbd28498004940451621b41 /frontend/scss/home.scss | |
| parent | 3ce41d99d688410a361d83767b50b64a35b569d4 (diff) | |
feat(home): better display of sections
Diffstat (limited to 'frontend/scss/home.scss')
| -rw-r--r-- | frontend/scss/home.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/frontend/scss/home.scss b/frontend/scss/home.scss index 6fa4192..075896e 100644 --- a/frontend/scss/home.scss +++ b/frontend/scss/home.scss @@ -2,6 +2,12 @@ margin: var(--margin-header) 0; } +.sections { + display: flex; + flex-direction: column; + gap: calc(1.5 * var(--margin-header)); +} + article article { margin-bottom: var(--margin-header); &:last-child { |
