postnummer-app/frontend/style.css
2023-02-06 16:48:11 +01:00

19 lines
145 B
CSS

* {
box-sizing: border-box;
}
body {
margin: 0;
height: 100vh;
}
main {
text-align: center;
}
#map {
max-width: 100%;
}