This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-website.git
commit d33c1fe6bfd1444a6727f398363e978c3fc35962 Author: Zoran Regvart <zregv...@apache.org> AuthorDate: Mon Jun 8 19:26:10 2020 +0200 refactor: increase the width to 1366px With the width of `auto` didn't really look good on the non documentation pages. --- antora-ui-camel/src/css/vars.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/antora-ui-camel/src/css/vars.css b/antora-ui-camel/src/css/vars.css index bf9ca72..0677f21 100644 --- a/antora-ui-camel/src/css/vars.css +++ b/antora-ui-camel/src/css/vars.css @@ -145,9 +145,9 @@ --toc-width: calc(162 / var(--rem-base) * 1rem); --toc-width--widescreen: calc(216 / var(--rem-base) * 1rem); --doc-max-width: calc(720 / var(--rem-base) * 1rem); - --doc-max-width--desktop: auto; + --doc-max-width--desktop: calc(1366 / var(--rem-base) * 1rem); --static-max-width: calc(720 / var(--rem-base) * 1rem); - --static-max-width--desktop: auto; + --static-max-width--desktop: calc(1366 / var(--rem-base) * 1rem); /* stacking */ --z-index-nav: 1; --z-index-toolbar: 2;