extend menu word hiding to include portrait tablets

This commit is contained in:
Coby Chapple 2013-07-08 19:41:15 +01:00
parent e6de4b3f21
commit 3061720501
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ nav li {
text-align: right;
}
}
@media (max-width: 720px){
@media (max-width: 830px){
.main-nav .show-on-mobiles {
display: inline;
}