diff --git a/packages/gitbook/src/components/Footer/Footer.tsx b/packages/gitbook/src/components/Footer/Footer.tsx index 27a64c0b8..e909bba3d 100644 --- a/packages/gitbook/src/components/Footer/Footer.tsx +++ b/packages/gitbook/src/components/Footer/Footer.tsx @@ -29,7 +29,7 @@ export function Footer(props: { context: GitBookSiteContext }) { className={tcls( 'border-tint-subtle border-t', // If the footer only contains a mode toggle, we only show it on smaller screens - mobileOnly ? '@7xl:hidden' : null + mobileOnly ? 'xl:hidden' : null )} >