world-ecoregion/biomes/static/style.css

16 lines
150 B
CSS
Raw Permalink Normal View History

* {
box-sizing: border-box;
}
html, body {
margin: 0;
}
aside {
text-align: center;
width: 300px;
height: 100vh;
2019-04-22 07:57:20 +00:00
overflow-y: scroll;
}