remove justify-center causing header misalignment
All checks were successful
Hugo / build (push) Successful in 9s

This commit is contained in:
brooke 2024-06-08 22:53:47 -04:00
parent b6a3dc9337
commit 193c97b999

View file

@ -2,7 +2,7 @@
<html lang="en">
{{ partial "head.html" . }}
<body class="justify-center bg-black text-white min-h-screen flex flex-col">
<body class="bg-black text-white min-h-screen flex flex-col">
{{ partial "nav.html" . }} {{ block "main" .
}}{{ end }} {{ partial "footer.html" . }}
</body>