Fix in nav button for accesibility

This commit is contained in:
Antonio de la Rosa 2022-08-26 23:57:52 +02:00
parent 548d72b7b2
commit 60ee11480b
2 changed files with 7 additions and 1 deletions

View file

@ -391,6 +391,12 @@ a.button {
}
#nav_button span {
display: none;
}
/*Layout*/
@media only screen and (max-width: 1040px) {