ppoffice / hexo-theme-hueman

A redesign of Alx's wordpress theme Hueman, ported to Hexo.
http://ppoffice.github.io/hexo-theme-hueman/
GNU General Public License v2.0
1.17k stars 336 forks source link

make container-inner-max-width configurable #280

Closed noraj closed 4 years ago

noraj commented 4 years ago

Allow max_width to be configurable.

# Customize
customize:
    max_width: 1500px

Why? On large screen (eg Full HD, 4k) or with large ratio (18:9, 21:9) etc. the container feels very tiny and there is too much space on the borders. So making the max width configurable allows the site to behave better on large screens.