Small tweaks to spacing

This commit is contained in:
Lennart Ziburski 2017-12-07 16:28:21 +01:00
parent 4ad0e29a95
commit adba5c1ee1
2 changed files with 3 additions and 1 deletions

View File

@ -16,6 +16,7 @@
}
@media screen and (min-width: $desktop) {
padding: $small $medium $small $medium;
display: flex;
align-items: center;
justify-content: space-between;

View File

@ -1,6 +1,6 @@
.editors {
@neat-row;
margin-top: $xl;
margin-top: calc($large * 1.5);
margin-bottom: $xxl;
@media screen and (min-width: $desktop) {
@ -28,6 +28,7 @@
@media screen and (max-width: $desktop) {
justify-content: flex-start;
flex-wrap: wrap;
margin-top: $small;
}
.feature {