fongandrew / hydeout

A refreshed version of Hyde for Jekyll 3.x and 4.x
https://fongandrew.github.io/hydeout/
Other
591 stars 744 forks source link

How can I adjust the page width? #47

Closed LeeJunHyun closed 6 years ago

LeeJunHyun commented 6 years ago

How can I adjust the article width?

When I use wide-monitor, I feel the content width is too small.

I fail to find the proper variables at _variables.scss

thank you.

cobbr commented 6 years ago

I ran into a similar issue and found that editing the max-width value at line 211 of _sass/hideout/_layout.scss did the trick.

LeeJunHyun commented 6 years ago

@cobbr It works for me too!!! Thanks!!

fongandrew commented 6 years ago

Sorry for not responding sooner, but glad this was resolved.