Skip to content

Commit 4aaa479

Browse files
authored
Update viewport to use Bootstrap 4 suggested meta tag
1 parent d46e933 commit 4aaa479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/layouts/blacklight/base.html.erb

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="Content-Type" content="text/html; charset=utf-8">
6-
<meta name="viewport" content="width=device-width,initial-scale=1.0">
6+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
77

88
<!-- Internet Explorer use the highest version available -->
99
<meta http-equiv="X-UA-Compatible" content="IE=edge">

0 commit comments

Comments
 (0)