Move from max-w-screen-xl to max-w-7xl
This commit is contained in:
@ -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 />
|
||||
|
Reference in New Issue
Block a user