My navbar is based off an un-ordered list.
Each <li> is displayed as inline-block.
However I am unable to get rid of the white-space between the li's
nav-item li{
width: 123px;
height: 120px;
display: inline-block;
padding: 0;
margin: 0;
}
I have researched this item on stackoverflow/google but haven't found an solution yet.
Plnkr here:
http://plnkr.co/edit/7irazgvxqkpCeurnQ0Yv