nav category size changed

This commit is contained in:
Kakabay 2023-02-28 14:48:40 +05:00
parent 5d9098274e
commit 7b1b8e9d79
1 changed files with 2 additions and 2 deletions

View File

@ -216,7 +216,7 @@
.inner { .inner {
overflow: hidden; overflow: hidden;
display: grid; display: grid;
grid-template-columns: 2.4rem 8rem 1rem 18rem; grid-template-columns: 2.4rem 9rem 1rem 18rem;
gap: 0.8rem; gap: 0.8rem;
} }
p { p {
@ -230,7 +230,7 @@
white-space: nowrap; white-space: nowrap;
font-size: 1.6rem; font-size: 1.6rem;
color: inherit; color: inherit;
font-family: "Raleway", sans-serif; font-family: 'Raleway', sans-serif;
-webkit-user-drag: none; -webkit-user-drag: none;
white-space: normal; white-space: normal;
text-align: center; text-align: center;