2023-05-20 08:00:06 +04:00

16 lines
99 B
CSS

html {
font-size: 14px;
}
@media (min-width: 768px) {
html {
font-size: 19px;
}
}