Skip to content

Commit

Permalink
Merge pull request #323 from si1k/remove-mobile-whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Dec 17, 2023
2 parents 3386229 + db250cd commit 0e40674
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion components/PageHead.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,13 @@ export const PageHead: React.FC<
<meta httpEquiv='Content-Type' content='text/html; charset=utf-8' />
<meta
name='viewport'
content='width=device-width, initial-scale=1, shrink-to-fit=no'
content='width=device-width, initial-scale=1, shrink-to-fit=no, viewport-fit=cover'
/>

<meta name='apple-mobile-web-app-capable' content='yes' />
<meta
name='apple-mobile-web-app-status-bar-style'
content='black'
/>

<meta name="theme-color" media="(prefers-color-scheme: light)" content="#fefffe" key="theme-color-light"/>
Expand Down

0 comments on commit 0e40674

Please sign in to comment.