zregvart commented on a change in pull request #234: Added an anchor tag to allow the users to reach the top of the page URL: https://github.com/apache/camel-website/pull/234#discussion_r400446673
########## File path: antora-ui-camel/src/css/footer.css ########## @@ -71,7 +71,7 @@ footer .footer dl dd { margin-left: 80%; } -@media screen and (max-width: 640px) { +@media screen and (max-width: 1181px) { Review comment: There needs to be a better way, adding media breakpoints is not a good solution. With any change we do, say we increase/decrease the font size we need to test at every breakpoint, the total number of tests is layouts*breakpoints, so it makes it very difficult for us to test, that's why we can't be adding new breakpoints. ---------------------------------------------------------------- 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