diff --git a/frontend/src/pages/Statistics.vue b/frontend/src/pages/Statistics.vue
index 2d6e172150f64d24b151b56b2a50621dc3e9a471..52f71f03be0c1e7c3e3fae10ac5a09caf39ed160 100644
--- a/frontend/src/pages/Statistics.vue
+++ b/frontend/src/pages/Statistics.vue
@@ -1,20 +1,14 @@
 <template>
-  <div>
-    <v-row
-
-      class="ma-2"
-    >
-      <v-col cols="5">
+  <v-container>
+    <v-row>
+      <v-col>
         <label-statistics />
       </v-col>
-      <v-col
-        offset="1"
-        cols="5"
-      >
+      <v-col>
         <correction-statistics />
       </v-col>
     </v-row>
-  </div>
+  </v-container>
 </template>
 
 <script lang="ts">