Skip to content

Commit 6ec5251

Browse files
fix(style.css): change font size ,padding and gap of sidebar (#407)
fix(style.css): change font size of sidebar, change padding and gap for sidebar
1 parent 4a7f66f commit 6ec5251

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,11 @@ nav ul {
134134
margin-top: 20px;
135135
display: flex;
136136
flex-direction: column;
137-
gap: 5px;
137+
gap: 10px;
138138
}
139139

140140
#category > li {
141-
font-size: 0.8rem;
141+
font-size: 1rem;
142142
padding-left: 0.2rem;
143143
display: flex;
144144
flex-direction: column;
@@ -148,7 +148,7 @@ nav ul {
148148
border-radius: 3px;
149149
display: flex;
150150
flex-direction: column;
151-
font-size: 0.7rem;
151+
font-size: 0.85rem;
152152
}
153153

154154
#category ul > li {

0 commit comments

Comments
 (0)