With 5 items in the main navigation, limit the width to 20% rather than 25%.
This commit is contained in:
parent
e2d95975f6
commit
f3e80267da
|
@ -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){
|
||||
|
|
Loading…
Reference in New Issue