Fix overflow issues on mobile safari

This commit is contained in:
Ryan Watters
2017-02-11 16:52:16 -08:00
parent 1d52df221a
commit 6384a53f3f
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ date: 2017-01-09
publishdate: 2017-01-09
lastmod: 2017-01-09
categories: [content]
tags: [front matter, yaml, toml, json]
tags: [front matter, yaml, toml, json, metadata]
weight:
draft: false
slug:
@@ -19,10 +19,12 @@ body {
color: $base-font-color;
line-height: $base-line-height-content;
font-weight: $base-font-weight;
overflow-x:hidden;
}
body {
font-size: 90%;
overflow-x:hidden;
@include MQ(M) {
font-size: 95%;
}
File diff suppressed because one or more lines are too long