hide menu button in desktop layout instead of icon
This commit is contained in:
parent
552fb3e4cc
commit
bf54222be7
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ a:hover {
|
|||
flex-direction: row;
|
||||
}
|
||||
|
||||
.header nav button[aria-controls="header-menu"] svg {
|
||||
.header nav button[aria-controls="header-menu"] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue