Merge pull request #12330 from overleaf/jel-grid-3-and-4-col

[web] Add 3 and 4 column options to `Layout | Grid` on the CMS

GitOrigin-RevId: 6003907344bb84c16678ff4e4424b9348a4cb0df
This commit is contained in:
Jessica Lawshe 2023-03-22 10:06:35 -05:00 committed by Copybot
parent 90a97e6d12
commit 8a572673c3

View file

@ -379,3 +379,11 @@
}
}
}
.reverse-col-order-mobile {
@media (max-width: @screen-sm-min) {
display: flex;
flex-flow: column;
flex-direction: column-reverse;
}
}