postnummer-app/frontend/style.css

19 lines
145 B
CSS
Raw Normal View History

2023-02-06 15:48:11 +00:00
* {
box-sizing: border-box;
}
body {
margin: 0;
height: 100vh;
}
main {
text-align: center;
}
#map {
max-width: 100%;
}