world-ecoregion/map-generator/static/style.css

15 lines
128 B
CSS
Raw Normal View History

* {
box-sizing: border-box;
}
html, body {
margin: 0;
}
aside {
text-align: center;
width: 300px;
height: 100vh;
}