Closed Frank3K closed 4 years ago
In head.html there are two viewport meta tags. Is this on purpose or is it a copy/past mistake?
head.html
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
Those view port comes from bootstrap syntax, not a copy and not a mistake.
This issue has been fixed
In
head.html
there are two viewport meta tags. Is this on purpose or is it a copy/past mistake?