Created the main.sass

This commit is contained in:
Mathias Wagner 2023-06-08 22:32:23 +02:00
parent c7c19c1efe
commit ce14a33112

View File

@ -0,0 +1,17 @@
*
box-sizing: border-box
body, html
margin: 0
padding: 0
background-color: #000
height: 100%
#root
height: 100%
.app
position: absolute
top: 0
left: 0
height: 100%