1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

docs: update font-size

This commit is contained in:
Mr.Hope 2023-04-28 17:21:21 +08:00
parent 566c75d5a4
commit 72c52dba3e

View File

@ -0,0 +1,5 @@
body {
@media (min-width: 1440px) {
font-size: 16px;
}
}