Merge pull request #467 from nickradford/fix/mobile-rendering-issues

Fix mobile rendering issues
This commit is contained in:
Mike Cao 2021-02-13 23:45:05 -08:00 committed by GitHub
commit 9a3334c4eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -44,4 +44,7 @@
.header {
padding: 0 15px;
}
.nav {
font-size: var(--font-size-normal);
}
}

View File

@ -36,6 +36,7 @@ export default function App({ Component, pageProps }) {
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#5bbad5" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</Head>
<Intl>
<Component {...pageProps} />