Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit c2c9d52

Browse files
Narretzpetebacondarwin
authored andcommitted
chore(docs): fix layout between 769px and 991px
Left nav and main content were tucked slightly under the version picker / breadcrumb navbar Closes #6474 Closes #7079
1 parent 5aaf98d commit c2c9d52

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/app/assets/css/docs.css

+9
Original file line numberDiff line numberDiff line change
@@ -572,6 +572,15 @@ ul.events > li {
572572
margin-bottom:40px;
573573
}
574574

575+
@media only screen and (min-width: 769px) and (max-width: 991px) {
576+
.main-body-grid {
577+
margin-top: 160px;
578+
}
579+
.main-body-grid > .grid-left {
580+
top: 160px;
581+
}
582+
}
583+
575584
@media only screen and (max-width : 768px) {
576585
.picker, .picker select {
577586
width:auto;

0 commit comments

Comments
 (0)