optimize for smaller screens

This commit is contained in:
Cade Scroggins 2021-03-07 14:05:50 -08:00
parent c9fa7dc33a
commit 632e225a29
No known key found for this signature in database
GPG key ID: 6AC5A902158265D0

View file

@ -372,7 +372,7 @@
--clock-font-family: var(--font-family);
--base-font-size: 17px;
--base-font-size: 16px;
--clock-font-size: 4rem;
--search-input-font-size: 2rem;
@ -523,7 +523,7 @@
}
.categories {
padding: 3rem 0;
padding: 2rem 0;
columns: var(--help-category-columns);
}