Skip to content

Commit 3b67730

Browse files
author
Rhys Powell
committed
Made website default to device viewport width on mobile browsers.
Closes #96
1 parent b0aaf01 commit 3b67730

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/layouts/application.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- title = yield :title
66
%title #{title.blank? ? "" : "#{title} | "}Hackety Hack!
77

8-
<meta name="viewport" content="width=device-width, initial-scale=1"/>
8+
<meta name = "viewport" content = "width = device-width">
99
/ <link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap-1.2.0.min.css">
1010
1111
= stylesheet_link_tag "application"

0 commit comments

Comments
 (0)