sjaakvandenberg / flexy

A responsive theme for Hexo
https://svdb.co/
103 stars 40 forks source link

How to change header width? #1

Closed sherlii closed 8 years ago

sherlii commented 8 years ago

e.g. I can't find the setting of the header's width.

sjaakvandenberg commented 8 years ago

The width of the header relative to the main section on non-mobile screens is set using the flex shorthand on line 834 and 854 of screen.styl.

For examples on how to use flex, see:

https://umaar.github.io/css-flexbox-demo/ http://tympanus.net/codrops/css_reference/flexbox/#section_flex

sherlii commented 8 years ago

it works. Thanks.