spaceout/front_end/static/css/index.css
2020-12-12 11:18:03 -05:00

19 lines
197 B
CSS

html, body {
height: 100%;
margin: 0;
padding: 0;
}
#main {
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
#app {
width: 100%;
height: 100%;
display: flex;
}