We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07527ca commit 01df52fCopy full SHA for 01df52f
1 file changed
vue-front/src/App.vue
@@ -1,6 +1,6 @@
1
<template>
2
- <div id="app">
3
- <v-row no-gutters>
+ <div class="app justify-center">
+ <v-row no-gutters class="justify-center">
4
<v-col
5
v-bind:key="item"
6
v-for="item in plotItems"
@@ -81,7 +81,7 @@ export default {
81
padding: 0;
82
}
83
84
-#app {
+.app {
85
font-family: "Avenir", Helvetica, Arial, sans-serif;
86
-webkit-font-smoothing: antialiased;
87
-moz-osx-font-smoothing: grayscale;
@@ -120,6 +120,10 @@ body {
120
justify-content: space-around;
121
122
123
+.justify-center {
124
+ justify-content: center;
125
+}
126
+
127
::-webkit-scrollbar {
128
display: none;
129
0 commit comments