I’m trying to create a horizontal list that uses vh or vw, or percentages for padding. So that it auto-scales to window without js. I’m not worried about backwards compatibility so much. However, whenever I do, there is always a gap between list items.
Is there a solution to this?
Just add
display: blockto your links – DEMO