Browse Source

fix(css): Add text-size-adjust

https://developer.mozilla.org/en-US/docs/Web/CSS/text-size-adjust
Sorin Davidoi 5 years ago
parent
commit
397b547358
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      static/css/poole.css

+ 1
- 0
static/css/poole.css View File

@@ -63,6 +63,7 @@ body {
63 63
   background-color: #fff;
64 64
   -webkit-text-size-adjust: 100%;
65 65
       -ms-text-size-adjust: 100%;
66
+          text-size-adjust: 100%;
66 67
 }
67 68
 
68 69
 /* No `:visited` state is required by default (browsers will use `a`) */