Skip to content

Commit b426e69

Browse files
committed
Update font size for iOS in main.css
Remove unnecessary font-size adjustment for Android in main.css. Update font size for iOS devices to improve readability.
1 parent 089a6ec commit b426e69

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/assets/styles/main.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@
1313
line-height: 1.6em;
1414
}
1515

16-
/* for iOS and Mozilla on Android */
16+
/* for iOS */
1717
@media only screen and (hover: none) and (pointer: coarse){
18-
html {
19-
font-size: 15px;
20-
}
18+
2119
}
2220

2321
body{

0 commit comments

Comments
 (0)