From 8c0d2c30f9ebab4ce6c05846a8d0daff5d90c5cf Mon Sep 17 00:00:00 2001 From: Crieloue Gilles Date: Sat, 29 Jun 2024 21:59:59 +0200 Subject: [PATCH] change viewport --- next-app/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/next-app/app/layout.tsx b/next-app/app/layout.tsx index 1aacbbf..b1b194f 100644 --- a/next-app/app/layout.tsx +++ b/next-app/app/layout.tsx @@ -11,9 +11,9 @@ export const metadata = { export const viewport: Viewport = { themeColor: '#000000', - initialScale: 1, + initialScale: 0.5, width: 'device-width', - maximumScale: 0.4, + maximumScale: 1, } export default function RootLayout({ children }) {