Add more spacing on start page
This commit is contained in:
parent
adf9c6abed
commit
ab989d15a7
|
|
@ -160,7 +160,7 @@
|
|||
}
|
||||
|
||||
&__modules {
|
||||
margin-bottom: $large-spacing;
|
||||
margin-bottom: $section-spacing;
|
||||
}
|
||||
|
||||
&__modules-list {
|
||||
|
|
@ -201,6 +201,10 @@
|
|||
-ms-grid-column: 3;
|
||||
}
|
||||
}
|
||||
|
||||
&__news {
|
||||
margin-bottom: $section-spacing;
|
||||
}
|
||||
}
|
||||
|
||||
.news {
|
||||
|
|
|
|||
|
|
@ -65,6 +65,7 @@ $default-padding: 30px;
|
|||
$small-spacing: 10px;
|
||||
$medium-spacing: 20px;
|
||||
$large-spacing: 30px;
|
||||
$section-spacing: 60px;
|
||||
|
||||
$font-weight-bold: 700;
|
||||
$font-weight-semibold: 600;
|
||||
|
|
|
|||
Loading…
Reference in New Issue