geovisualisierung/projects/project-3/frontend/src/styles.scss

11 lines
145 B
SCSS
Raw Normal View History

2020-12-19 11:50:07 +01:00
html, body {
height: 100%;
}
body {
margin: 0;
font-family: Roboto, "Helvetica Neue", sans-serif;
}
2020-12-19 11:50:07 +01:00
@import "~leaflet/dist/leaflet.css";