Skip to content

Commit 6d82eac

Browse files
[ui] [core] added left padding to list items for better readability
1 parent 904d0db commit 6d82eac

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/.vitepress/theme/custom.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/* Add left spacing to lists */
2+
.vp-doc ul {
3+
padding-left: 2.7rem;
4+
}
5+
6+
.vp-doc ol {
7+
padding-left: 2.7rem;
8+
}
9+
110
@media (min-width: 1440px) {
211
.VPContent.has-sidebar {
312
padding-right: 0px !important;

0 commit comments

Comments
 (0)