remove -webkit-text-size-adjust property on html since it's not applicable
authorDan Allen <dan@opendevise.com>
Tue, 22 Dec 2020 11:32:21 +0000 (04:32 -0700)
committerDan Allen <dan@opendevise.com>
Tue, 22 Dec 2020 11:32:21 +0000 (04:32 -0700)
src/css/base.css

index 6264031..dd13ad1 100644 (file)
@@ -12,7 +12,6 @@ body {
 html {
   box-sizing: border-box;
   font-size: var(--body-font-size);
-  -webkit-text-size-adjust: 100%;
 }
 
 @media screen and (min-width: 1024px) {