From 193c97b9995b7566f077c16911d6e69c03cd4773 Mon Sep 17 00:00:00 2001 From: brooke Date: Sat, 8 Jun 2024 22:53:47 -0400 Subject: [PATCH] remove justify-center causing header misalignment --- themes/gallo/layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/gallo/layouts/_default/baseof.html b/themes/gallo/layouts/_default/baseof.html index 2019c4a..c6accf6 100644 --- a/themes/gallo/layouts/_default/baseof.html +++ b/themes/gallo/layouts/_default/baseof.html @@ -2,7 +2,7 @@ {{ partial "head.html" . }} - + {{ partial "nav.html" . }} {{ block "main" . }}{{ end }} {{ partial "footer.html" . }}