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