sethlilly / Vapor

A minimal, responsive theme for Ghost.
MIT License
544 stars 214 forks source link

Spacing of menu items is not correctly balanced #59

Closed Chiil closed 7 years ago

Chiil commented 7 years ago

The white space between menu items is not equal. Instead the space between the last item and the second last is always less, whereas the other spaces are equal. It is independent of the number of menu items. I have used the most recent version of Vapor.

The error seems to be caused by the .last-child qualifier in the css. If I remove that, it looks a lot better.