mirror of
https://github.com/status-im/codimd.git
synced 2025-01-09 21:05:52 +00:00
13 lines
196 B
CSS
13 lines
196 B
CSS
html,
|
|
body,
|
|
.container-fluid {
|
|
height: 98%;
|
|
}
|
|
.container-fluid {
|
|
display: table;
|
|
vertical-align: middle;
|
|
}
|
|
.vertical-center-row {
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
} |