Merge pull request #2862 from mischah/fix-orientation-bugs

This commit is contained in:
Parker Moore 2014-09-01 11:47:44 -07:00
commit 820d6b3543
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="viewport" content="width=device-width initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>

View File

@ -20,6 +20,7 @@ body {
font-weight: 300;
color: $text-color;
background-color: $background-color;
-webkit-text-size-adjust: 100%;
}