1
0
Fork 0
mirror of https://github.com/hedgedoc/hedgedoc.git synced 2025-02-04 02:21:12 +00:00
hedgedoc/public/css/center.css

13 lines
196 B
CSS
Raw Normal View History

2015-05-04 07:53:29 +00:00
html,
body,
.container-fluid {
height: 98%;
}
.container-fluid {
display: table;
vertical-align: middle;
}
.vertical-center-row {
display: table-cell;
vertical-align: middle;
}