Merge pull request #10872 from overleaf/jel-cms-vertically-center-fix

[web] Vertically center columns when option selected on CMS

GitOrigin-RevId: 55b4c0d6061dc400167cbbc2e7a7d15b1e40fb43
This commit is contained in:
Jessica Lawshe
2022-12-12 09:50:52 -06:00
committed by Copybot
parent a4d763d102
commit 7cf6532c9b
@@ -346,7 +346,7 @@
@media (min-width: @screen-sm-min) {
display: flex;
.col-* {
div[class*='col-'] {
align-self: center;
}
}