mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03:00
viewport-fit=cover is needed for safe area CSS to work
This commit is contained in:
parent
c116db79cc
commit
6397b2d67b
1 changed files with 4 additions and 1 deletions
|
@ -2,7 +2,10 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1, viewport-fit=cover"
|
||||
/>
|
||||
<title>Phanpy</title>
|
||||
<meta
|
||||
name="description"
|
||||
|
|
Loading…
Reference in a new issue