mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-20 12:26:20 +02:00
♿️ Allow user to zoom content (#600)
This commit is contained in:
parent
0f0c97d790
commit
d513309b67
1 changed files with 1 additions and 1 deletions
|
@ -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 />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue