Skip to content

Commit

Permalink
added phone zoom ability
Browse files Browse the repository at this point in the history
  • Loading branch information
Andcool-Systems committed Jan 6, 2025
1 parent c4e5305 commit 603cfdc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ export const generateMetadata = async (): Promise<Metadata | undefined> => {

export const viewport: Viewport = {
width: 'device-width',
initialScale: 0.9,
maximumScale: 0.9,
userScalable: false
initialScale: 0.9
}

export default function RootLayout({ children }: Readonly<{ children: React.ReactNode }>) {
Expand Down

0 comments on commit 603cfdc

Please sign in to comment.