Fix in nav button for accesibility
This commit is contained in:
parent
548d72b7b2
commit
60ee11480b
2 changed files with 7 additions and 1 deletions
|
|
@ -391,6 +391,12 @@ a.button {
|
|||
|
||||
}
|
||||
|
||||
#nav_button span {
|
||||
|
||||
display: none;
|
||||
|
||||
}
|
||||
|
||||
/*Layout*/
|
||||
|
||||
@media only screen and (max-width: 1040px) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue