refactor(ui): cleanup vue.js app initialization code and logic
[e-mobility-charging-stations-simulator.git] / ui / web / src / App.vue
index 203fb47f69108690234b283569919e663f491012..b3fc6d1c4c313122a54143f3d42f3d08ecbd842b 100644 (file)
@@ -16,7 +16,7 @@
 body {
   height: fit-content;
   width: fit-content;
-  margin: 0.001%;
-  padding: 0.001%;
+  margin: 0.005%;
+  padding: 0.005%;
 }
 </style>