Add more spacing on start page

This commit is contained in:
Ramon Wenger 2020-09-28 14:54:35 +02:00
parent adf9c6abed
commit ab989d15a7
2 changed files with 6 additions and 1 deletions

View File

@ -160,7 +160,7 @@
} }
&__modules { &__modules {
margin-bottom: $large-spacing; margin-bottom: $section-spacing;
} }
&__modules-list { &__modules-list {
@ -201,6 +201,10 @@
-ms-grid-column: 3; -ms-grid-column: 3;
} }
} }
&__news {
margin-bottom: $section-spacing;
}
} }
.news { .news {

View File

@ -65,6 +65,7 @@ $default-padding: 30px;
$small-spacing: 10px; $small-spacing: 10px;
$medium-spacing: 20px; $medium-spacing: 20px;
$large-spacing: 30px; $large-spacing: 30px;
$section-spacing: 60px;
$font-weight-bold: 700; $font-weight-bold: 700;
$font-weight-semibold: 600; $font-weight-semibold: 600;