aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {