Small tweaks to spacing
This commit is contained in:
parent
4ad0e29a95
commit
adba5c1ee1
@ -16,6 +16,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: $desktop) {
|
@media screen and (min-width: $desktop) {
|
||||||
|
padding: $small $medium $small $medium;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.editors {
|
.editors {
|
||||||
@neat-row;
|
@neat-row;
|
||||||
margin-top: $xl;
|
margin-top: calc($large * 1.5);
|
||||||
margin-bottom: $xxl;
|
margin-bottom: $xxl;
|
||||||
|
|
||||||
@media screen and (min-width: $desktop) {
|
@media screen and (min-width: $desktop) {
|
||||||
@ -28,6 +28,7 @@
|
|||||||
@media screen and (max-width: $desktop) {
|
@media screen and (max-width: $desktop) {
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
margin-top: $small;
|
||||||
}
|
}
|
||||||
|
|
||||||
.feature {
|
.feature {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user