1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-25 02:27:10 +08:00

Merge pull request #1996 from Mister-Hope/font-size

docs: update font-size
This commit is contained in:
Guide 2023-04-28 18:43:17 +08:00 committed by GitHub
commit f3c36f2916
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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