Logo and responsiveness changes
This commit is contained in:
@@ -17,7 +17,7 @@ import '../styles/global.css';
|
||||
<ClientRouter />
|
||||
</head>
|
||||
<body class="flex flex-col min-h-screen">
|
||||
<main class="flex-grow flex flex-col gap-4 items-center justify-center">
|
||||
<main class="flex-grow flex flex-col gap-4 items-center justify-center pb-24 sm:pb-20">
|
||||
<slot />
|
||||
</main>
|
||||
<NavigationBar client:load currentPath={currentPath} />
|
||||
|
||||
Reference in New Issue
Block a user