With 5 items in the main navigation, limit the width to 20% rather than 25%.

This commit is contained in:
Parker Moore 2014-04-02 13:55:29 -04:00
parent e2d95975f6
commit f3e80267da
1 changed files with 2 additions and 2 deletions

View File

@ -117,8 +117,8 @@ nav li {
.mobile-nav li {
display: table-cell;
width: 25%;
padding: 8px;
width: 20%;
padding: 8px 2px;
}
@media (max-width: 768px){