spaceout/site/frontend/static/css/index.css
Praneeth Bhandaru 82041ab193 Hello World!
2020-12-12 21:30:31 -05:00

11 lines
115 B
CSS

html, body {
height: 100%;
margin: 0;
padding: 0;
}
#app {
width: 100%;
height: 100%;
display: flex;
}