diff --git a/pages/[...slug].vue b/pages/[...slug].vue
index 124bfc4b501798d6cd622d2ec627e8a8c99ab08a..d77e6e39a65d6c20519605ab85046efbbcdf5591 100644
--- a/pages/[...slug].vue
+++ b/pages/[...slug].vue
@@ -1,12 +1,10 @@
 <template>
-  <v-container>
-    <v-row justify="center">
-      <v-col cols="auto">
-        <v-card flat color="transparent" max-width="1280">
-          <v-card-text>
-            <ContentDoc />
-          </v-card-text> </v-card
-      ></v-col>
-    </v-row>
-  </v-container>
+  <v-row justify="center">
+    <v-col cols="auto">
+      <v-card flat color="transparent" max-width="1280">
+        <v-card-text>
+          <ContentDoc />
+        </v-card-text> </v-card
+    ></v-col>
+  </v-row>
 </template>