Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 2ca9040

Browse files
committed
Reduce padding container on mobile
1 parent f84171d commit 2ca9040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/styles/tweaks/sidebar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717

1818
[class*="docItemCol_"] {
19-
@apply px-8;
19+
@apply lg:px-8;
2020
}
2121

2222
// * Including custom sidebar table of content

0 commit comments

Comments
 (0)