variables: reduse all the sizes on small screens

This commit is contained in:
He4eT 2025-02-19 04:45:29 +01:00
commit bb8bc68674

View file

@ -5,3 +5,8 @@ body {
--color-fg: #000000;
--color-inactive: #dddddd;
}
@media (max-width: 1000px) {
body {
--step: 6px;
}
}