fixing things with the responsiveness

This commit is contained in:
talksik
2022-04-20 14:26:09 -05:00
parent a65aae0634
commit 73e71123cc
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { LogoType } from "@nirvana/components/logo/full";
export default function Header() {
return (
<div className="container mx-auto max-w-screen-lg px-10 pt-5 flex flex-row justify-center md:justify-start">
<div className="container mx-auto max-w-screen-xl px-10 pt-5 flex flex-row justify-center md:justify-start">
<HorizontalLogo type={LogoType.small} />
</div>
);