Skip to content

Commit eed0ac0

Browse files
committed
fix styling of TOC sidebar on bigger screens
1 parent 539d78d commit eed0ac0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/theme/DocItem/Layout/styles.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
@media (min-width: breakpoints.$mobile-breakpoint) {
88
.tocSidebar {
9+
justify-content: right;
910
display: flex;
1011
}
1112
}

0 commit comments

Comments
 (0)