Skip to content

Commit

Permalink
fix: app scale
Browse files Browse the repository at this point in the history
  • Loading branch information
adebayoileri committed Oct 26, 2024
1 parent 0ffbf38 commit 82b0f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion open-giving/src/pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function MyApp({ Component, pageProps }) {
<link rel="shortcut icon" href="/favicon.ico" />
<meta
name="viewport"
content="minimum-scale=1, width=device-width, initial-scale=1, shrink-to-fit=no"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
/>
<meta httpEquiv="X-UA-Compatible" content="IE=edge" />
<meta name="theme-color" content="#8A2BE2" />
Expand Down

0 comments on commit 82b0f8f

Please sign in to comment.