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:44:21 UTC

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

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

zregvart pushed a commit to branch revert-197-issue/blog-page-categories
in repository https://gitbox.apache.org/repos/asf/camel-website.git

commit e7e89108690f8b336afff2ef2e20a6beac74a96c
Author: Zoran Regvart <zo...@regvart.com>
AuthorDate: Fri Mar 13 14:44:11 2020 +0100

    Revert " Improved new css for hide categories"
    
    This reverts commit e8d20764fc712d36ed44d38d299a87f0a3199b8f.
---
 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 1d2fcc5..b51ea6e 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: 1023px) {
+@media screen and (max-width: 600px) {
   .doc aside {
-    display: none;
+    width: auto;
   }
 }