fewagency / boilerplate-pattern-library

A boilerplate for a PHP project with a macropiche pattern-library
1 stars 1 forks source link

Style library header without flexbox #14

Closed bjuppa closed 7 years ago

bjuppa commented 7 years ago

The current css for the pattern-library header uses flexbox for layout, which doesn't work well with old browsers.

It doesn't really matter as we usually don't design for such old browsers anyway, but its always good to at least check what the library looks like without seeing a messed up header.

So, I suggest we do layout in the header with some classic inline-blocks for the <li> elements.

bjuppa commented 7 years ago

Done!