Hi, it’s my second time asking for support, please be gentle 
In Renew, breakpoints goes between certain pixels,
I would like to change column stacking, on one page (home page), something like this
/* On screens that are 1159px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1159px) {
.row {
flex-direction: column;
}
}
But I can’t seem to make it work, what (of course a lot) am I doing wrong?
Kind regards
Soejon
