Skip to content

Commit 99b90cd

Browse files
committed
Fix em size on mobile website
1 parent a794530 commit 99b90cd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/templates/main.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ html {
5151
overflow-x: hidden;
5252
min-height: 100%;
5353
width: 100%;
54+
-webkit-text-size-adjust: 100%;
55+
-moz-text-size-adjust: 100%;
56+
-ms-text-size-adjust: 100%;
57+
text-size-adjust: 100%;
5458
}
5559

5660
#guide a, #guide a:visited, #guide a:focus, #guide a:hover,
@@ -299,7 +303,7 @@ code {
299303
text-shadow: 0 1px white;
300304
font-family: monospace;
301305
font-weight: bolder;
302-
font-size: 10pt;
306+
font-size: 14px;
303307
text-align: left;
304308
vertical-align: middle;
305309
white-space: pre;

0 commit comments

Comments
 (0)