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

16 lines
171 B
CSS
Raw Normal View History

:root {
--header-size: 61px;
}
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
}