This commit is contained in:
@@ -29,7 +29,7 @@ const pageDescription = description || siteConfig.meta.description;
|
||||
<title>{pageTitle}</title>
|
||||
<ClientRouter />
|
||||
</head>
|
||||
<body class="flex flex-col min-h-screen">
|
||||
<body class="flex flex-col min-h-screen overflow-x-hidden">
|
||||
<main class="flex-grow flex flex-col gap-4 items-center justify-center pb-24 sm:pb-20">
|
||||
<slot />
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user