1
0
forked from PGL/Clyde

Make app use full space

This commit is contained in:
2024-03-22 13:54:30 +01:00
committed by Bartha Maxime
parent db895a6091
commit 47c5c14862
2 changed files with 12 additions and 4 deletions

View File

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