We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a7f66f commit 6ec5251Copy full SHA for 6ec5251
src/style.css
@@ -134,11 +134,11 @@ nav ul {
134
margin-top: 20px;
135
display: flex;
136
flex-direction: column;
137
- gap: 5px;
+ gap: 10px;
138
}
139
140
#category > li {
141
- font-size: 0.8rem;
+ font-size: 1rem;
142
padding-left: 0.2rem;
143
144
@@ -148,7 +148,7 @@ nav ul {
148
border-radius: 3px;
149
150
151
- font-size: 0.7rem;
+ font-size: 0.85rem;
152
153
154
#category ul > li {
0 commit comments