zregvart commented on a change in pull request #231: CAMEL-14732: Position footer to be at the bottom of the page URL: https://github.com/apache/camel-website/pull/231#discussion_r396326911
########## File path: antora-ui-camel/src/css/footer.css ########## @@ -64,7 +65,10 @@ footer .footer dl dd { .edit { max-width: var(--static-max-width--desktop); - margin: auto; + position: relative; + margin-top: 10em; Review comment: Perhaps we could use `rem` here? ```suggestion margin-top: 10rem; ``` ---------------------------------------------------------------- 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