mobile view scale, donate description

This commit is contained in:
mrfry 2021-05-31 11:22:23 +02:00
parent 362d340b34
commit da423ab393
2 changed files with 5 additions and 2 deletions

View file

@ -59,7 +59,7 @@ function MyApp({ Component, pageProps, router }) {
return (
<>
<Head>
<meta name="viewport" content="initial-scale=0.6, width=device-width" />
<meta name="viewport" content="initial-scale=0.8, width=device-width" />
</Head>
<Layout
router={router}