Skip to content

Commit 8b1ac78

Browse files
committed
fix viewport
1 parent b67826a commit 8b1ac78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=EDGE" />
6-
<meta name="viewport" content="width=device-width; initial-scale=1;">
6+
<meta name="viewport" content="width=device-width,initial-scale=1">
77

88
<!-- Chrome, Firefox OS and Opera -->
99
<meta name="theme-color" content="#75C7C3">

0 commit comments

Comments
 (0)