diff --git a/components/LayoutWrapper.vue b/components/LayoutWrapper.vue
index 2e5792bd0cd8aacbdbfe1b53776006e89517a9e6..035ca8d20051dea6facdfb1bdd9f0d62c89095c7 100644
--- a/components/LayoutWrapper.vue
+++ b/components/LayoutWrapper.vue
@@ -53,8 +53,7 @@ function onScroll() {
       <v-container v-scroll="onScroll" :fluid="fluid">
         <v-row justify="center">
           <v-col cols="auto" class="pa-0">
-            <v-card flat color="transparent" :min-width="mobile ? undefined : 900"
-              :max-width="fluid ? undefined : 1280">
+            <v-card flat color="transparent" :max-width="fluid ? undefined : 1500">
               <v-card-text class="pa-0">
                 <slot />
               </v-card-text>
@@ -64,11 +63,6 @@ function onScroll() {
           </v-col>
         </v-row>
       </v-container>
-
-      <!-- <div class="i-ph-anchor-simple-thin d-none" />
-      <div class="i-tabler:database d-none" />
-      <div class="i-mdi:book-education-outline d-none" />
-      <div class="i-tabler:help d-none" /> -->
     </v-main>
     <NavNavbar v-model:drawer="drawer" :title="title !== null ? title : undefined" :density="density"
       :drawer-enabled="navDrawer" />