Fixed viewport
This commit is contained in:
parent
843e4ed1a8
commit
3ff839e5d3
1 changed files with 0 additions and 3 deletions
|
@ -6,7 +6,6 @@
|
|||
|
||||
<!-- PWA & Viewport -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
||||
<meta name="viewport" content="uc-fitscreen=yes"/>
|
||||
<meta name="description" content="{{ config.description }}">
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
<!-- Android PWA -->
|
||||
|
@ -17,8 +16,6 @@
|
|||
<meta name="apple-mobile-web-app-title" content="{{ config.title }}">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="default">
|
||||
<!-- Layout mode -->
|
||||
<meta name="layoutmode" content="fitscreen/standard">
|
||||
<!-- Orientation -->
|
||||
<meta name="screen-orientation" content="portrait">
|
||||
<!-- RSS feed -->
|
||||
|
|
Loading…
Reference in a new issue