Skip to content

Commit 42b8726

Browse files
committed
fix: ios font size issue
1 parent 15b4f34 commit 42b8726

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

static/style/main.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@ a:hover {
5656
font-size: 0.85em;
5757
}
5858

59+
code {
60+
text-size-adjust: 100%;
61+
-ms-text-size-adjust: 100%;
62+
-moz-text-size-adjust: 100%;
63+
-webkit-text-size-adjust: 100%;
64+
}
65+
5966
:not(pre) > code {
6067
background-color: var(--code);
6168
padding: 0.2em 0.5em;

0 commit comments

Comments
 (0)