1
0
forked from PGL/Clyde
Clyde/frontend/src/assets/main.css

12 lines
138 B
CSS

body {
background-color: rgb(53, 25, 60);
margin:0;
width: 100vw;
height: 100vh;
}
#app {
width: 100%;
height: 100%;
}