diff --git a/apps/web/app/layout.tsx b/apps/web/app/layout.tsx index de2d1e4..6bd52dc 100644 --- a/apps/web/app/layout.tsx +++ b/apps/web/app/layout.tsx @@ -15,8 +15,7 @@ const comfortaa = Comfortaa({ export const viewport: Viewport = { initialScale: 1.0, - maximumScale: 1.0, - userScalable: false, + userScalable: true, viewportFit: 'cover', width: 'device-width', } diff --git a/apps/web/components/core/site-footer.tsx b/apps/web/components/core/site-footer.tsx index cc4cd16..211e81f 100644 --- a/apps/web/components/core/site-footer.tsx +++ b/apps/web/components/core/site-footer.tsx @@ -7,19 +7,19 @@ function SiteFooter() { return (