Skip to content

Commit

Permalink
adds "viewport" metatag to test.html
Browse files Browse the repository at this point in the history
- Allows us to test responsive styling rules
  • Loading branch information
allanlasser committed Jul 17, 2017
1 parent 027f9bf commit 1ae01d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>test</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="build/botui.min.css">
<link rel="stylesheet" href="build/botui-theme-default.css">
</head>
Expand Down

0 comments on commit 1ae01d9

Please sign in to comment.