Fixed bug where menu does not toggle on click
fixes the error described here: https://github.com/Automattic/_s/issues/261
This commit is contained in:
parent
2c23f460ab
commit
7276a13a4b
1 changed files with 2 additions and 2 deletions
|
@ -443,7 +443,7 @@ a:active {
|
|||
|
||||
@media screen and (max-width: 600px) {
|
||||
.menu-toggle,
|
||||
.main-navigation.toggled-on .nav-menu {
|
||||
.main-navigation.toggled .nav-menu {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue