Small tweaks to spacing
This commit is contained in:
parent
4ad0e29a95
commit
adba5c1ee1
@ -16,6 +16,7 @@
|
||||
}
|
||||
|
||||
@media screen and (min-width: $desktop) {
|
||||
padding: $small $medium $small $medium;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user