1
1
Fork 0
JackNetWebsite/css/style.css

15 lines
279 B
CSS
Raw Normal View History

2020-02-15 17:56:50 +00:00
* {
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;
}