mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
New utility class for vertical centering
This commit is contained in:
parent
af4a9de0e2
commit
c04185fa3d
1 changed files with 5 additions and 0 deletions
|
@ -61,6 +61,11 @@
|
|||
.clearfix:after { clear: both; }
|
||||
.clearfix { *zoom: 1; }
|
||||
|
||||
.vertical {
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
|
||||
/* ==========================================================================
|
||||
Global Styles
|
||||
|
|
Loading…
Reference in a new issue