Fix mobile navigation for pages with hidden left navigation (#25)
* Fix navigation for mobile on pages with hidden nav * Typo
This commit is contained in:
committed by
GitHub
parent
90010116f3
commit
2923718b15
@@ -1,5 +1,7 @@
|
||||
.md-sidebar.md-sidebar--primary {
|
||||
display: none;
|
||||
@media (min-width: 76.1875em) {
|
||||
.md-sidebar.md-sidebar--primary {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.md-content {
|
||||
|
||||
@@ -97,7 +97,7 @@ a {
|
||||
border-color: #ffc107;
|
||||
}
|
||||
|
||||
/* Fix mobile stylinf */
|
||||
/* Fix mobile styling */
|
||||
@media screen and (max-width: 76.1875em) {
|
||||
.md-nav--primary .md-nav__title,
|
||||
.md-nav--primary .md-nav__title~.md-nav__list {
|
||||
|
||||
Reference in New Issue
Block a user