mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 15:09:47 +00:00
Merge pull request #323 from si1k/remove-mobile-whitespace
This commit is contained in:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user