Add Big Haul Part 2
This commit is contained in:
parent
d85522e4e6
commit
81db8a35e0
8 changed files with 875 additions and 472 deletions
|
|
@ -38,10 +38,10 @@ const isCurrentRoute = (path: string) =>
|
|||
<slot name="head" />
|
||||
</Fragment>
|
||||
<div
|
||||
class="flex flex-col bg-stone-200 text-stone-800 md:flex-row dark:bg-stone-800 dark:text-stone-200 print:bg-none"
|
||||
class="grid grid-cols-1 flex-col bg-stone-200 text-stone-800 md:grid-cols-[18rem_1fr] md:flex-row dark:bg-stone-800 dark:text-stone-200 print:bg-none"
|
||||
>
|
||||
<nav
|
||||
class="h-card mb-4 flex shrink-0 flex-col items-center border-b-4 border-bm-400 bg-gradient-to-b from-bm-300 from-95% to-bm-400 pb-10 pr-3 pt-10 text-center text-stone-900 shadow-lg md:left-0 md:mb-0 md:min-h-screen md:w-72 md:justify-self-stretch md:border-b-0 md:border-r-4 md:bg-gradient-to-r md:pt-20 dark:border-green-950 dark:from-green-900 dark:to-green-950 dark:text-stone-100 print:bg-none print:shadow-none"
|
||||
class="h-card flex shrink-0 flex-col items-center border-b-4 border-bm-400 bg-gradient-to-b from-bm-300 from-95% to-bm-400 pb-10 pr-3 pt-10 text-center text-stone-900 shadow-lg md:min-h-screen md:w-72 md:justify-self-stretch md:border-b-0 md:border-r-4 md:bg-gradient-to-r md:pt-20 dark:border-green-950 dark:from-green-900 dark:to-green-950 dark:text-stone-100 print:bg-none print:shadow-none"
|
||||
>
|
||||
<img
|
||||
loading="eager"
|
||||
|
|
@ -51,7 +51,7 @@ const isCurrentRoute = (path: string) =>
|
|||
width={192}
|
||||
/>
|
||||
<span class="p-name mb-6 mt-4 text-3xl font-semibold">Bad Manners</span>
|
||||
<ul class="flex w-[80%] max-w-sm flex-col gap-y-2 px-4 pr-8 text-left sm:pr-2">
|
||||
<ul class="flex w-[80%] max-w-sm flex-col gap-y-2 px-2 text-left">
|
||||
<li>
|
||||
<a class="u-url text-link group" href="https://badmanners.xyz/" data-age-restricted rel="me">
|
||||
<IconHome width="1.25rem" height="1.25rem" class="order-1 inline align-text-top" />
|
||||
|
|
@ -136,7 +136,7 @@ const isCurrentRoute = (path: string) =>
|
|||
</div>
|
||||
</nav>
|
||||
<main
|
||||
class:list={[className, "ml-0 w-full max-w-6xl px-2 pb-28 pt-4 md:px-4 lg:px-8 print:pb-0"]}
|
||||
class:list={[className, "ml-0 w-full max-w-6xl px-2 pb-28 pt-4 md:px-8 print:pb-0"]}
|
||||
data-pagefind-body={enablePagefind ? "" : undefined}
|
||||
>
|
||||
<slot />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue