avgupt 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_r402986695
########## 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: No, the desired viewport size is not limited by anything. Just a personal coice. ---------------------------------------------------------------- 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