aboutsummaryrefslogtreecommitdiff
path: root/_sass/layout.css
diff options
context:
space:
mode:
Diffstat (limited to '_sass/layout.css')
-rw-r--r--_sass/layout.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/_sass/layout.css b/_sass/layout.css
index b92ef79..c459e8e 100644
--- a/_sass/layout.css
+++ b/_sass/layout.css
@@ -56,9 +56,9 @@
overflow-x: hidden;
}
-.contentWrapper > * {
- margin: 0;
- margin-bottom: var(--page-margins);
+
+.contentWrapper :first-child {
+ margin-top: 0;
}
.contentWrapper p {