Correct mobile nav classes

This commit is contained in:
John O'Nolan 2019-11-28 19:32:50 +07:00
parent ea31316fd8
commit ef4d860828
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -243,7 +243,7 @@ body:not(.gh-head-open) .gh-burger:hover .gh-burger-inner::after {
transition: all 0.4s ease-out;
overflow: hidden;
}
#gh-head .gh-container {
#gh-head .gh-head-inner {
height: 100%;
grid-template-columns: 1fr;
}
@ -312,7 +312,7 @@ body:not(.gh-head-open) .gh-burger:hover .gh-burger-inner::after {
z-index: 900;
overflow-y: scroll;
}
.gh-head-open #gh-head .gh-container {
.gh-head-open #gh-head .gh-head-inner {
grid-template-rows: auto 1fr auto;
}
.gh-head-open #gh-head .gh-head-actions,