We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef843c7 commit 004a8caCopy full SHA for 004a8ca
src/components/shared/header/header.tsx
@@ -243,7 +243,7 @@ const Header = ({ hasBanner = false }: { hasBanner?: boolean }) => {
243
{topBanner && <Banner bannerText={topBanner.title} bannerUrl={topBanner.pathname} />}
244
245
<nav
246
- className="container flex items-center py-[18px] md:justify-between md:py-[10px]"
+ className="mx-auto flex w-full max-w-[1920px] items-center px-10 py-[18px] md:justify-between md:py-[10px] sm:px-4"
247
aria-label="Global"
248
>
249
<Link className="shrink-0" href="/">
0 commit comments