Delawen commented on a change in pull request #271: Fixes Wastage of screen real-estate on large displays URL: https://github.com/apache/camel-website/pull/271#discussion_r402806861
########## File path: antora-ui-camel/src/css/vars.css ########## @@ -120,6 +120,7 @@ --footer-font-color: var(--color-gray-70); --footer-link-font-color: var(--color-jet-80); /* dimensions */ + --vw-base--desktop: calc(100 / 1300); /* used to compute vw value from desired viewport size i.e. 1300 */ Review comment: Can I ask why 1300 is the desired viewport size? Is it limited by something else? (I really could be missing something, just wanted to make sure it escalates properly to bigger dimensions) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services