Skip to content

Commit

Permalink
♿️ Allow user to zoom content (lukevella#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-hoebenreich committed Mar 22, 2023
1 parent 0f0c97d commit d513309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const MyApp: NextPage<AppPropsWithLayout> = ({ Component, pageProps }) => {
<Head>
<meta
name="viewport"
content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no"
content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=5, user-scalable=yes"
/>
</Head>
<Toaster />
Expand Down

0 comments on commit d513309

Please sign in to comment.