1
0
Fork 0

increase max width
All checks were successful
Hugo / build (push) Successful in -11s

This commit is contained in:
brooke 2024-09-12 14:21:09 -04:00
parent ca7a86a1ff
commit ddcd8a49c8

View file

@ -3,7 +3,7 @@
{{ partial "head.html" . }} {{ partial "head.html" . }}
<body class="bg-white text-[#192252] flex flex-col justify-center items-center"> <body class="bg-white text-[#192252] flex flex-col justify-center items-center">
<section class="max-w-[1000px]"> <section class="max-w-[1200px]">
{{ partial "nav.html" . }} {{ partial "nav.html" . }}
<section class="min-h-[1000px]"> <section class="min-h-[1000px]">
{{ block "main" . }}{{ end }} {{ block "main" . }}{{ end }}