diff --git a/components/Footer/Details/details.module.css b/components/Footer/Details/details.module.css index adbf86603..51ee8f102 100644 --- a/components/Footer/Details/details.module.css +++ b/components/Footer/Details/details.module.css @@ -52,7 +52,7 @@ gap: var(--Spacing-x1); } -@media screen and (min-width: 1367px) { +@media screen and (min-width: 767px) { .details { padding: var(--Spacing-x6) var(--Spacing-x5) var(--Spacing-x4); } diff --git a/components/Footer/Navigation/MainNav/mainnav.module.css b/components/Footer/Navigation/MainNav/mainnav.module.css index 933c9e774..496fa9618 100644 --- a/components/Footer/Navigation/MainNav/mainnav.module.css +++ b/components/Footer/Navigation/MainNav/mainnav.module.css @@ -22,7 +22,7 @@ justify-content: space-between; } -@media screen and (min-width: 1367px) { +@media screen and (min-width: 767px) { .mainNavigation { max-width: 360px; } diff --git a/components/Footer/Navigation/SecondaryNav/index.tsx b/components/Footer/Navigation/SecondaryNav/index.tsx index adb2d3163..f49740a35 100644 --- a/components/Footer/Navigation/SecondaryNav/index.tsx +++ b/components/Footer/Navigation/SecondaryNav/index.tsx @@ -13,6 +13,7 @@ export default function FooterSecondaryNav({ secondaryLinks, appDownloads, }: FooterSecondaryNavProps) { + console.log("secondaryLinks", secondaryLinks[0].links) return (