15 lines
279 B
CSS
15 lines
279 B
CSS
|
* {
|
||
|
font-family: "Raleway", sans-serif;
|
||
|
}
|
||
|
html, body, .map {
|
||
|
height: 100%;
|
||
|
width: 100%;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
.columns.is-fullheight, .columns.is-fullheight .column {
|
||
|
height: 100%;
|
||
|
}
|
||
|
.columns .column.is-vcentered {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
}
|