remove justify-center causing header misalignment
All checks were successful
Hugo / build (push) Successful in 9s
All checks were successful
Hugo / build (push) Successful in 9s
This commit is contained in:
parent
b6a3dc9337
commit
193c97b999
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue