mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
9 lines
106 B
CSS
9 lines
106 B
CSS
html {
|
|
font-size: 1.3rem;
|
|
}
|
|
|
|
@media (max-width: 1000px) {
|
|
html {
|
|
font-size: 3rem;
|
|
}
|
|
}
|