Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Fix mobile viewport KO
Browse files Browse the repository at this point in the history
- Changed `;` to `,` which causes the bug
  • Loading branch information
thollander committed May 5, 2019
1 parent 49f8b2c commit 5e5a8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang='en' class="theme-default typo-default">
<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.0'>
<meta name='theme-color' content='#ff3e00'>

%sapper.base%
Expand Down

0 comments on commit 5e5a8c4

Please sign in to comment.