This repository has been archived on 2020-09-30. You can view files and clone it, but cannot push or open issues or pull requests.
odyfive/src/screen.scss

26 lines
259 B
SCSS

html,
body {
margin: 0;
padding: 0;
}
body {
height: 100vh;
}
#app {
display: flex;
align-items: center;
justify-content: center;
width: 100vw;
height: 100vh;
z-index: 10;
}
#app,
body > canvas {
position: fixed;
top: 0;
left: 0;
}