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:
MagicalCodeMonkey
2020-05-11 23:24:30 -04:00
committed by GitHub
parent 90010116f3
commit 2923718b15
2 changed files with 5 additions and 3 deletions
+4 -2
View File
@@ -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 {
+1 -1
View File
@@ -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 {