Fix iOS viewport meta tag
This commit is contained in:
@@ -12,7 +12,7 @@ html
|
||||
link(href="/images/favicon.png" rel="icon" type="image/png")
|
||||
link(href="/main.css" rel="stylesheet" type="text/css" )
|
||||
meta(charset="UTF-8")
|
||||
meta(name="viewport" content="width=480")
|
||||
meta(name="viewport" content="user-scalable=no, width=device-width")
|
||||
|
||||
body
|
||||
.view__feedback
|
||||
|
||||
Reference in New Issue
Block a user