diff options
Diffstat (limited to 'frontend')
| -rw-r--r-- | frontend/scss/home.scss | 10 |
1 files changed, 5 insertions, 5 deletions
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 { |
