zregvart commented on a change in pull request #213: Issue/blog page categories URL: https://github.com/apache/camel-website/pull/213#discussion_r392680293
########## File path: antora-ui-camel/src/css/blog.css ########## @@ -154,3 +154,10 @@ article.blog p { flex-direction: row; } } + +/* for mobile screens */ +@media screen and (max-width: 1023px) { + .doc aside { Review comment: This should be scoped to `.blog` instead. ```suggestion .blog aside { ``` ---------------------------------------------------------------- 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