Hey guys,
how would I adjust this code for a 2/3 + 1/3 section?
@media (max-width: 767px) {
.matchup .x-column.x-1-5 {
margin-bottom: 4%;
}
.matchup .x-column.x-1-5:last-of-type {
margin-bottom: 0;
}
}
changing it to .x-column-1-2 doesn’t work, that was my guess, but no go.
thanks