Commit 5752884f authored by Matthew Taylor's avatar Matthew Taylor

Merge pull request #267 from mewtaylor/issue/263-mobile-layout

Fix gh-263: Remove `width=device-width` until mobile nav/footer completed
parents 6adb6dd2 a65253ff
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<meta http-equiv="x-ua-compatible" content="ie=edge"> <meta http-equiv="x-ua-compatible" content="ie=edge">
<meta http-equiv="x-frame-options" content="deny"> <meta http-equiv="x-frame-options" content="deny">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="initial-scale=1">
<title>Scratch - {{title}}</title> <title>Scratch - {{title}}</title>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment