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>
16 lines
171 B
CSS
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%;
|
|
}
|