diff options
author | Jonathan Neal <jonathantneal@hotmail.com> | 2020-12-03 22:29:09 -0500 |
---|---|---|
committer | Jonathan Neal <jonathantneal@hotmail.com> | 2020-12-03 23:29:48 -0500 |
commit | 4867dabf66ec31c4b7b5be2a92ddee46075a7f40 (patch) | |
tree | 4fdc962b1e850a8f229a2d6a4e7ace7ef4632c8d /opinionated.css | |
parent | 41fbcb343a04d3e6e2ab8487462b5a21917a4375 (diff) | |
download | normalize.css-4867dabf66ec31c4b7b5be2a92ddee46075a7f40.tar.gz normalize.css-4867dabf66ec31c4b7b5be2a92ddee46075a7f40.zip |
Use :where() in evergreen.css, remove text-size-adjust
Diffstat (limited to 'opinionated.css')
-rw-r--r-- | opinionated.css | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/opinionated.css b/opinionated.css index 334168c..6b342c1 100644 --- a/opinionated.css +++ b/opinionated.css @@ -3,14 +3,10 @@ /** * 1. Correct the line height in all browsers. - * 2. Prevent adjustments of font size after orientation changes in - * IE on Windows Phone and in iOS. */ html { line-height: 1.15; /* 1 */ - -ms-text-size-adjust: 100%; /* 2 */ - -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections @@ -225,14 +221,6 @@ button, } /** - * Correct the padding in Firefox. - */ - -fieldset { - padding: 0.35em 0.75em 0.625em; -} - -/** * Show the overflow in Edge 18- and IE. */ |