Skip to content

Commit 84ae57a

Browse files
committed
Add more comments.
1 parent a4fe370 commit 84ae57a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project/src/css/lib-rem.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ html {
66
font-size: 20PX;
77
}
88

9-
// 21.33333333 = 320*20/375 (iPhone 5)
9+
// 17.06 = 320*20/375 (iPhone 5)
10+
// 此处 hack 写法,使用 19px 代替 17px,兼容过小(<10px)的中文字体使用
1011
@media only screen and (min-width: 320px) {
1112
html {
1213
font-size: 19PX !important;

0 commit comments

Comments
 (0)