mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
optimize for smaller screens
This commit is contained in:
parent
c9fa7dc33a
commit
632e225a29
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue