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:23 UTC

[camel-website] 03/03: Revert "fixed blog page categories width"

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 c42f140191a8ac9f05cc3a553057fa0c4ec7dd82
Author: Zoran Regvart <zo...@regvart.com>
AuthorDate: Fri Mar 13 14:44:11 2020 +0100

    Revert "fixed blog page categories width"
    
    This reverts commit 133e0866bd82dcf88b20268979db74b7692382db.
---
 antora-ui-camel/src/css/doc.css | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/antora-ui-camel/src/css/doc.css b/antora-ui-camel/src/css/doc.css
index fc7fd56..30efd47 100644
--- a/antora-ui-camel/src/css/doc.css
+++ b/antora-ui-camel/src/css/doc.css
@@ -634,9 +634,3 @@ kbd,
 .stretch {
   width: 100%;
 }
-
-@media screen and (max-width: 600px) {
-  .doc aside {
-    width: auto;
-  }
-}