You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2020/03/13 13:43:40 UTC

[camel-website] 03/03: Improved new css for hide categories

This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git

commit e8d20764fc712d36ed44d38d299a87f0a3199b8f
Author: jyoti attri <jy...@gmail.com>
AuthorDate: Fri Mar 13 17:40:26 2020 +0530

     Improved new css for hide categories
---
 antora-ui-camel/src/css/doc.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/antora-ui-camel/src/css/doc.css b/antora-ui-camel/src/css/doc.css
index b51ea6e..1d2fcc5 100644
--- a/antora-ui-camel/src/css/doc.css
+++ b/antora-ui-camel/src/css/doc.css
@@ -635,8 +635,8 @@ kbd,
   width: 100%;
 }
 /* for mobile screens */
-@media screen and (max-width: 600px) {
+@media screen and (max-width: 1023px) {
   .doc aside {
-    width: auto;
+    display: none;
   }
 }