|
* {
|
|
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;
|
|
} |