diff --git a/src/App.vue b/src/App.vue
index 721c752..a29f7f4 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -13,17 +13,11 @@ import CodemirrorEditor from '@/views/CodemirrorEditor.vue'
html,
body,
#app {
+ width: 100%;
+ height: 100%;
margin: 0;
padding: 0;
- height: 100%;
- width: 100%;
}
-
-
-
-
-
-