feat: improve navbar, add opacity fade beneath, layout, and refactor
This commit is contained in:
@@ -61,7 +61,7 @@ const normalizeTitle = !title ? global.name : `${title} | ${global.name}`;
|
||||
></script>
|
||||
</head>
|
||||
<body class="bg-stone-200 selection:bg-yellow-400 selection:text-neutral-700 dark:bg-stone-700">
|
||||
<div class="mx-auto w-full max-w-(--breakpoint-2xl) grow px-4 sm:px-6 lg:px-8">
|
||||
<div class="mx-auto w-full max-w-(--breakpoint-2xl) grow px-4 sm:px-6 lg:px-8 py-20">
|
||||
<Header />
|
||||
<main class="min-h-screen">
|
||||
<slot />
|
||||
|
||||
Reference in New Issue
Block a user