Skip to content

Commit

Permalink
adequando viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeblobo committed Apr 26, 2021
1 parent 8d6dc67 commit 78f91be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function MyApp({ Component, pageProps }) {
return (
<PlayerContextProvider>
<head>
<meta name="viewport" content="viewport-fit=cover" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
</head>
<div className ={styles.wrapper}>
<main>
Expand Down

1 comment on commit 78f91be

@vercel
Copy link

@vercel vercel bot commented on 78f91be Apr 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.