Move from max-w-screen-xl to max-w-7xl

This commit is contained in:
prototypa
2023-01-31 14:46:00 -05:00
parent 57673bc082
commit ba3d0b3afb
11 changed files with 12 additions and 12 deletions

View File

@ -47,7 +47,7 @@ const {
]}
id="header"
>
<div class="py-3 px-3 md:py-3.5 md:px-4 mx-auto w-full md:flex md:justify-between max-w-screen-xl">
<div class="py-3 px-3 md:py-3.5 md:px-4 mx-auto w-full md:flex md:justify-between max-w-7xl">
<div class:list={[{"mr-auto": position === "right"}, "flex justify-between"]}>
<a class="flex items-center" href={getHomePermalink()}>
<Logo />