Skip to content

Commit 3c00e6b

Browse files
committed
fix styling on knowledgebase page when secondary menu disappears
1 parent a6a834e commit 3c00e6b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/css/custom.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -675,6 +675,16 @@ prism-code {
675675
min-height: auto;
676676
}
677677

678+
.blog-wrapper .main-wrapper .container {
679+
margin-top: 4rem !important;
680+
}
681+
682+
@media screen and (min-width: breakpoints.$laptop-breakpoint) {
683+
.blog-wrapper .main-wrapper .container {
684+
margin-top: 8rem !important;
685+
}
686+
}
687+
678688
.container {
679689
max-width: 100%;
680690
}

0 commit comments

Comments
 (0)