AemieJ commented on a change in pull request #398: URL: https://github.com/apache/camel-website/pull/398#discussion_r441959603
########## File path: antora-ui-camel/src/css/doc.css ########## @@ -532,6 +538,19 @@ padding: 0.75rem; } +.doc aside { + float: right; + margin-left: 1rem; + width: 25rem; + margin-top: 3.5rem; +} + +@media screen and (max-width: 1023px) { + .doc.side aside { + margin-left: -1rem; Review comment: This is for the category issue that I raised. The box has been shifted towards the right, hence this just shifts it back to original position to the left. ---------------------------------------------------------------- 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