diff options
Diffstat (limited to 'template.html.p')
-rw-r--r-- | template.html.p | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/template.html.p b/template.html.p index e5f7545..95dca26 100644 --- a/template.html.p +++ b/template.html.p @@ -37,9 +37,8 @@ <link rel="stylesheet" href="fonts.css"> <script src="https://cdn.tailwindcss.com"></script> </head> - <body class="flex flex-col justify-between h-screen bg-[◊|raisin-black|] leading-relaxed text-zinc-300 antialiased font-fira-sans selection:bg-[◊|jordy-light|] selection:text-[◊|raisin-black|]"> - ◊(->html `(div ([class "mx-auto h-full max-w-screen-xl px-6 py-12 - md:px-12 md:py-20 lg:px-24 lg:py-0"]) + <body class="antialiased font-fira-sans selection:bg-[◊|jordy-light|] selection:text-[◊|raisin-black|]"> + ◊(->html `(div ([class ""]) ,doc)) <footer class="p-6 sm:p-8 md:p-12"> <div class="flex flex-wrap justify-center items-center gap-4 sm:gap-6 md:gap-8 text-sm text-zinc-400"> |