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

6 lines
65 B
SCSS

body {
@media (min-width: 1440px) {
font-size: 16px;
}
}