mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
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:
parent
90a97e6d12
commit
8a572673c3
1 changed files with 8 additions and 0 deletions
|
@ -379,3 +379,11 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.reverse-col-order-mobile {
|
||||
@media (max-width: @screen-sm-min) {
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
flex-direction: column-reverse;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue