Skip to content

Commit

Permalink
change viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
gcrieloue-bis committed Jun 29, 2024
1 parent d35eb7e commit 8c0d2c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions next-app/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 }) {
Expand Down

0 comments on commit 8c0d2c3

Please sign in to comment.