fix(code-block): fixed code enlargement problem in iOS (#129)

This commit is contained in:
XPoet 2022-10-03 22:57:51 +08:00
parent f4121f350d
commit 89087d6963
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ $code-block {
font-size 0.96rem
line-height 1.5rem
background var(--highlight-background)
-webkit-text-size-adjust none
}