Skip to content

Commit 86789d7

Browse files
committed
changes
1 parent 5e4f897 commit 86789d7

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

docs/cbf/assets/stylesheets/extra.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
}
2323

2424
@media only screen and (min-width: 76.25em) {
25+
.md-nav--lifted>.md-nav__list>.md-nav__item--active>.md-nav__link:not(.md-nav__container) {
26+
width: 90%;
27+
}
28+
2529
.md-main__inner {
2630
max-width: none;
2731
}

docs/invui/assets/stylesheets/extra.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
}
2323

2424
@media only screen and (min-width: 76.25em) {
25+
.md-nav--lifted>.md-nav__list>.md-nav__item--active>.md-nav__link:not(.md-nav__container) {
26+
width: 90%;
27+
}
28+
2529
.md-main__inner {
2630
max-width: none;
2731
}

docs/nova/assets/stylesheets/extra.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
}
2323

2424
@media only screen and (min-width: 76.25em) {
25+
.md-nav--lifted>.md-nav__list>.md-nav__item--active>.md-nav__link:not(.md-nav__container) {
26+
width: 90%;
27+
}
28+
2529
.md-main__inner {
2630
max-width: none;
2731
}

0 commit comments

Comments
 (0)