mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-19 13:04:22 +00:00
Merge pull request #10573 from overleaf/jel-cms-vertically-center
[web] Vertically center columns on CMS pages when selected GitOrigin-RevId: f4b5abd0f8549329bf5d0a6f0f90900b42674763
This commit is contained in:
parent
7fcdd69cee
commit
542dce8de0
1 changed files with 10 additions and 0 deletions
|
@ -341,3 +341,13 @@
|
|||
left: 4px;
|
||||
bottom: 1px;
|
||||
}
|
||||
|
||||
.vertically-center-col {
|
||||
@media (min-width: @screen-sm-min) {
|
||||
display: flex;
|
||||
|
||||
* {
|
||||
align-self: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue