1
0
forked from PGL/Clyde
Clyde/frontend/src/assets/main.css
Anthony Debucquoy cba11d54ff Page to right size (#152)
Reviewed-on: PGL/Clyde#152
Reviewed-by: Maxime <231026@umons.ac.be>
Co-authored-by: Anthony Debucquoy <debucquoy.anthony@gmail.com>
Co-committed-by: Anthony Debucquoy <debucquoy.anthony@gmail.com>
2024-04-17 21:43:49 +02:00

16 lines
171 B
CSS

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