fix(website): page height to hide footer without scrolling

This commit is contained in:
iCrawl
2023-03-27 20:43:34 +02:00
parent b8b852ee1e
commit 5cdd5d76ed
6 changed files with 9 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ export function Navbar({ pages }: { pages?: MDXPage[] | undefined }) {
return (
<>
<header className="dark:bg-dark-400 dark:border-dark-100 bg-light-600 border-light-800 fixed top-0 left-0 z-20 w-full border-b">
<div className="h-18 block px-6">
<div className="block h-16 px-6">
<div className="flex h-full flex-row place-content-between place-items-center">
<Button
aria-label="Menu"