9 lines
106 B
CSS
Executable file
9 lines
106 B
CSS
Executable file
html {
|
|
font-size: 1.3rem;
|
|
}
|
|
|
|
@media (max-width: 1000px) {
|
|
html {
|
|
font-size: 3rem;
|
|
}
|
|
}
|