Skip to content

Commit 6afa2c1

Browse files
committed
Make use of large screen space in TOC
1 parent 9fd733d commit 6afa2c1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/scss/index.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,10 @@ td:first-child {
167167
padding: 0.125rem 1.5rem;
168168
color: #77757a;
169169

170+
@include media-breakpoint-up(xl) {
171+
padding-right: 0;
172+
}
173+
170174
&:hover {
171175
color: rgba(0, 0, 0, 0.85);
172176
text-decoration: none;

0 commit comments

Comments
 (0)