Skip to content

Commit 45cb51e

Browse files
committed
Set viewport meta for mobile devices
1 parent 57aedb4 commit 45cb51e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/default/templates/layout.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<html lang="en">
44
<head>
55
<meta charset="utf-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
67
<title>{{getTitle}}</title>
78
{{^devBuild}}
89
<link rel="stylesheet" type="text/css" href="{{pathToDest}}/static/bundles/bit-docs-site/static.css">

0 commit comments

Comments
 (0)