chore: Uncomment mobile font size media query
This commit is contained in:
@ -14,12 +14,12 @@ body {
|
||||
accent-color: var(--accent-color);
|
||||
}
|
||||
|
||||
// @media only screen and (max-device-width: 480px) {
|
||||
// html,
|
||||
// body {
|
||||
// font-size: 14px;
|
||||
// }
|
||||
// }
|
||||
@media only screen and (max-device-width: 480px) {
|
||||
html,
|
||||
body {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: "Inter", sans-serif;
|
||||
|
Reference in New Issue
Block a user