Skip to content

Commit

Permalink
fix(css): Add text-size-adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
sorin-davidoi authored and bep committed Oct 3, 2019
1 parent 1cd4c9b commit 397b547
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/css/poole.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ body {
background-color: #fff;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
}

/* No `:visited` state is required by default (browsers will use `a`) */
Expand Down

0 comments on commit 397b547

Please sign in to comment.