projects
/
working
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
114cdc3
)
remove -webkit-text-size-adjust property on html since it's not applicable
author
Dan Allen
<dan@opendevise.com>
Tue, 22 Dec 2020 11:32:21 +0000
(
04:32
-0700)
committer
Dan Allen
<dan@opendevise.com>
Tue, 22 Dec 2020 11:32:21 +0000
(
04:32
-0700)
src/css/base.css
patch
|
blob
|
history
diff --git
a/src/css/base.css
b/src/css/base.css
index
6264031
..
dd13ad1
100644
(file)
--- a/
src/css/base.css
+++ b/
src/css/base.css
@@
-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) {