Skip to content

Commit 66a0453

Browse files
authored
Merge pull request #506 from Vijaykv5/main
fix: Added Space between icons in the side panel
2 parents 4d4a40e + 401930c commit 66a0453

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/css/custom.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,7 @@ html[data-theme="dark"] .menu__link,
527527
html[data-theme="dark"] .table-of-contents__link,
528528
html[data-theme="dark"] .menu__caret {
529529
color: white;
530+
margin-left: 25px;
530531
}
531532

532533
html[data-theme="light"] .navbar__title,

0 commit comments

Comments
 (0)