Swap focus cards order on mobile

This commit is contained in:
2026-03-27 18:27:32 +01:00
parent f06f6d8796
commit b492ff98ec

View File

@@ -948,6 +948,10 @@ button {
width: 100%;
}
.focus__grid .card--focus:nth-of-type(2) {
order: -1;
}
.about__media {
min-height: 0;
order: -1;