mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-16 18:10:13 +08:00
6 lines
65 B
SCSS
6 lines
65 B
SCSS
body {
|
|
@media (min-width: 1440px) {
|
|
font-size: 16px;
|
|
}
|
|
}
|