make container-inner-max-width configurable #1254
Labels
feature:core
Feature request that affects layout, styles, scripts, etc.
wontfix
Something that will not be done or fixed.
Is your feature request related to a problem? Please describe.
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. Especially on pages where you disabled widgets and have only one column.
So making the max width configurable allows the site to behave better on large screens.
Describe the solution you'd like
Allow max_width to be configurable.
cf. a PR for another theme https://github.com/ppoffice/hexo-theme-hueman/pull/280/files
as is applies not only to the content container but also to the navbar, it would probably require to have a
max_width
option for the navbar too.Describe alternatives you've considered
None.
Additional context
Default fixed max-width (960px):
max-width of 1500px:
max-width: 100%
Instead of applying max-width and width values to .container, apply a size of 960px to .navbar-container and 1500px on a newly created class .content-container.
The text was updated successfully, but these errors were encountered: