Skip to content

Commit 20cc3a5

Browse files
committed
Fixed overlapping nav links
Signed-off-by: alexmerlin <[email protected]>
1 parent 874c6ff commit 20cc3a5

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

css/docs.css

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -591,13 +591,7 @@ i.bi.bi-copy.copy_btn {
591591
}
592592

593593
.page-nav {
594-
list-style-type: none;
595594
border-top: 1px solid #d6d6d6;
596-
display: table;
597-
width: 100%;
598-
margin-top: 3rem;
599-
margin-bottom: 1rem;
600-
padding: 50px 0 1rem;
601595
}
602596

603597
.page-nav__item {
@@ -639,6 +633,10 @@ i.bi.bi-copy.copy_btn {
639633
/*RESPONSIVE*/
640634

641635
@media (max-width: 767.98px) {
636+
.page-nav li:nth-child(2) {
637+
margin-top: 50px;
638+
}
639+
642640
.right_sidebar {
643641
/*display: none;*/
644642
}

0 commit comments

Comments
 (0)