You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/03/15 14:43:07 UTC

[GitHub] [camel-website] zregvart commented on a change in pull request #213: Issue/blog page categories

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:
users@infra.apache.org


With regards,
Apache Git Services