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

12 lines
138 B
CSS
Raw Normal View History

2024-02-27 00:51:30 +01:00
body {
background-color: rgb(53, 25, 60);
margin:0;
2024-03-22 13:54:30 +01:00
width: 100vw;
height: 100vh;
}
#app {
width: 100%;
height: 100%;
2024-02-17 20:48:14 +01:00
}