diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 7d79e82..6dcad67 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -52,7 +52,7 @@ window.addEventListener('hashchange', () => {
-
  • +
  • -
    - - + -
    @@ -99,6 +96,8 @@ window.addEventListener('hashchange', () => { diff --git a/frontend/src/assets/main.css b/frontend/src/assets/main.css index 55e6d15..54ce8d8 100644 --- a/frontend/src/assets/main.css +++ b/frontend/src/assets/main.css @@ -1,4 +1,11 @@ body { background-color: rgb(53, 25, 60); margin:0; + width: 100vw; + height: 100vh; +} + +#app { + width: 100%; + height: 100%; }