aboutsummaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'frontend')
-rw-r--r--frontend/scss/home.scss6
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 {