Leo 3 лет назад
Родитель
Сommit
f27d5528a1
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      pages/novel/[slug]/index.tsx

+ 1 - 1
pages/novel/[slug]/index.tsx

@@ -211,7 +211,7 @@ const Novel: NextPage<NovelPageProps> = (props) => {
     return null;
     return null;
   }
   }
   return (
   return (
-    <main>
+    <main className="w-full">
       <SeoHead seoConfig={seoConfig} />
       <SeoHead seoConfig={seoConfig} />
       <div
       <div
         className={styles["novel-wrap"]}
         className={styles["novel-wrap"]}