Swap focus cards order on mobile
This commit is contained in:
@@ -948,6 +948,10 @@ button {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.focus__grid .card--focus:nth-of-type(2) {
|
||||||
|
order: -1;
|
||||||
|
}
|
||||||
|
|
||||||
.about__media {
|
.about__media {
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
order: -1;
|
order: -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user