postnummer-app/frontend/style.css

19 lines
145 B
CSS

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