Content updates and CSS fixes
All checks were successful
Docker Deploy / build-and-push (push) Successful in 4m3s
All checks were successful
Docker Deploy / build-and-push (push) Successful in 4m3s
This commit is contained in:
@@ -30,7 +30,7 @@ const pageDescription = description || siteConfig.meta.description;
|
||||
<ClientRouter />
|
||||
</head>
|
||||
<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">
|
||||
<main class="flex-grow flex flex-col gap-4 items-center justify-center">
|
||||
<slot />
|
||||
</main>
|
||||
<NavigationBar client:load currentPath={currentPath} />
|
||||
|
||||
Reference in New Issue
Block a user