1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-03-16 10:12:49 +00:00

Merge pull request from overleaf/jel-cms-vertically-center-col

[web] Only center columns when the vertically centered option selected on CMS grids

GitOrigin-RevId: 7890c870d5058ee927f66d7cd693b3cd35a2e117
This commit is contained in:
Jessica Lawshe 2022-12-05 09:31:45 -06:00 committed by Copybot
parent 1cc0d28724
commit 3d0d311584

View file

@ -346,7 +346,7 @@
@media (min-width: @screen-sm-min) {
display: flex;
* {
.col-* {
align-self: center;
}
}