VibeGame / src /app.css
dylanebert's picture
dylanebert HF Staff
initial commit
794cf6c
raw
history blame contribute delete
154 Bytes
* {
box-sizing: border-box;
}
html,
body {
margin: 0;
padding: 0;
height: 100%;
overflow: hidden;
}
#app {
height: 100vh;
width: 100vw;
}