AemieJ commented on a change in pull request #446: URL: https://github.com/apache/camel-website/pull/446#discussion_r466827136
########## File path: antora-ui-camel/src/css/static.css ########## @@ -1,6 +1,11 @@ .static { margin: var(--static-margin); - max-width: var(--static-max-width--desktop); +} + +@media screen and (min-width: 1024px) { + .static { + max-width: var(--static-max-width--desktop); + } Review comment: Each change in this file is related to the toc. The thing is within the antora pages fragment jumping occurs accurately with respect to the toolbar. As I didn't want to include additional code for fragment jumping and positioning, I included a blank toolbar in the case of Hugo pages as well. ---------------------------------------------------------------- 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