Commit bf67dc383771a8d1ffac34f890cf8be65cebbb55
1 parent
e6fe8dd3
Exists in
master
and in
8 other branches
Fix #137
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
sass/style.scss
| @@ -17,9 +17,12 @@ | @@ -17,9 +17,12 @@ | ||
| 17 | @import 'proposal_detail/brasil-sem-miseria'; | 17 | @import 'proposal_detail/brasil-sem-miseria'; |
| 18 | 18 | ||
| 19 | // Prevent text size change on orientation change. | 19 | // Prevent text size change on orientation change. |
| 20 | -html { -webkit-text-size-adjust: 100%; } | 20 | +html { |
| 21 | + -webkit-text-size-adjust: 100%; | ||
| 22 | +} | ||
| 21 | 23 | ||
| 22 | html, body { | 24 | html, body { |
| 25 | + color: #000; | ||
| 23 | margin: 0; | 26 | margin: 0; |
| 24 | padding: 0; | 27 | padding: 0; |
| 25 | height: 100%; | 28 | height: 100%; |