From: Dan Allen Date: Fri, 19 Jul 2019 20:08:57 +0000 (-0600) Subject: only adjust root text size on webkit X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1bd59068f37e217bdc823509b3a9f828ca278ace;p=eg-antora.git only adjust root text size on webkit --- diff --git a/src/css/base.css b/src/css/base.css index 7694035..bd9e94f 100644 --- a/src/css/base.css +++ b/src/css/base.css @@ -13,7 +13,7 @@ html { box-sizing: border-box; font-family: "Roboto", sans-serif; font-size: 1.1em; - text-size-adjust: 100%; + -webkit-text-size-adjust: 100%; } @media screen and (min-width: 1024px) {