Skip to content

Commit

Permalink
trabalhando responsividade
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeblobo committed Apr 26, 2021
1 parent d1d6739 commit 8c29495
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ import { PlayerContextProvider } from '../contexts/PlayerContext';
function MyApp({ Component, pageProps }) {
return (
<PlayerContextProvider>
<head>
<meta name="viewport" content="viewport-fit=cover" />
</head>
<div className ={styles.wrapper}>
<main>
<Header />
Expand Down
2 changes: 2 additions & 0 deletions src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ export default class MyDocument extends Document {
return (
<Html>
<Head>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
<link rel="preconnect" href="https://fonts.gstatic.com"/>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500&family=Lexend:wght@500;600&display=swap" rel="stylesheet"/>
</Head>
Expand Down

0 comments on commit 8c29495

Please sign in to comment.