Each mobile nav item should only be 25% wide.

This commit is contained in:
Parker Moore 2013-07-06 14:35:54 +02:00
parent 27c915b908
commit ca6f3614a4
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ nav li {
.mobile-nav li { .mobile-nav li {
display: table-cell; display: table-cell;
width: 33.3%; width: 25%;
padding: 8px; padding: 8px;
} }