mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-10 06:39:01 +02: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:
@@ -379,3 +379,11 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.reverse-col-order-mobile {
|
||||
@media (max-width: @screen-sm-min) {
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
flex-direction: column-reverse;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user