Each mobile nav item should only be 25% wide.
This commit is contained in:
parent
27c915b908
commit
ca6f3614a4
|
@ -117,7 +117,7 @@ nav li {
|
|||
|
||||
.mobile-nav li {
|
||||
display: table-cell;
|
||||
width: 33.3%;
|
||||
width: 25%;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue