Fix orientation bugs
Maintain fontsize and and adapt width when switching to landscape mode.
This commit is contained in:
parent
18eb8e6fb7
commit
9e9f4f1c53
|
@ -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>
|
||||
|
|
|
@ -20,6 +20,7 @@ body {
|
|||
font-weight: 300;
|
||||
color: $text-color;
|
||||
background-color: $background-color;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue