brunch / brunch.github.io

The website
https://brunch.io
MIT License
114 stars 99 forks source link

Problem with nav bar CSS #290

Closed ngsctt closed 5 years ago

ngsctt commented 5 years ago

User details

OS: macOS 10.14.2 (18C54)
Browser: Safari 12.0.2 (14606.3.4)

Problem

The nav bar at the top of the docs displays incorrectly, with each page link displayed as a vertical unordered list with bullets:

screen shot 2018-12-17 at 01 20 26

Expected behaviour

That the page links display in a single horizontal row, with the default <ul> styles overridden, and the text immediately below the nav bar visible.

shvaikalesh commented 5 years ago

Thank you for report, @ngsctt. This is now handled by fixing sass-brunch version.

dlepaux commented 5 years ago

@ngsctt Hello, I've updated my sass-brunch PR (see above), could you confirm that all is OK now ? Thank you