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:
1d7d2a3
)
only adjust root text size on webkit
author
Dan Allen
<dan@opendevise.com>
Fri, 19 Jul 2019 20:08:57 +0000
(14:08 -0600)
committer
Dan Allen
<dan@opendevise.com>
Fri, 19 Jul 2019 20:08:57 +0000
(14:08 -0600)
src/css/base.css
patch
|
blob
|
history
diff --git
a/src/css/base.css
b/src/css/base.css
index
7694035
..
bd9e94f
100644
(file)
--- 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) {