diff options
author | Sorin Davidoi <sorin.davidoi@protonmail.com> | 2019-10-03 19:48:23 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com> | 2019-10-03 20:43:07 +0200 |
commit | 397b547358ccbb6524ae8d2493b5c53afacee123 (patch) | |
tree | f5f02d790fbcfb59b5282f39a09117cca8203620 | |
parent | 1cd4c9b051164133f5b386b60ffdf20bc63699e7 (diff) |
fix(css): Add text-size-adjust
https://developer.mozilla.org/en-US/docs/Web/CSS/text-size-adjust
-rw-r--r-- | static/css/poole.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/css/poole.css b/static/css/poole.css index 7ddd054..54516b8 100644 --- a/static/css/poole.css +++ b/static/css/poole.css @@ -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`) */ |