mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
Fix overflow issues on mobile safari
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user