zregvart commented on a change in pull request #200: fixed issue for content 
wider than screen for pages
URL: https://github.com/apache/camel-website/pull/200#discussion_r397039704
 
 

 ##########
 File path: antora-ui-camel/src/css/release.css
 ##########
 @@ -11,3 +11,9 @@
   grid-column-start: 2;
   margin-left: 1rem;
 }
+
+@media screen and (max-width: 1023px) and (min-width: 480px) {
+  .release dl {
+    overflow: scroll;
+  }
+}
 
 Review comment:
   Why use a media query, could we put this in `.release dl` instead? What 
would be the downside of that?

----------------------------------------------------------------
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

Reply via email to