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

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

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 133e0866bd82dcf88b20268979db74b7692382db
Author: jyoti attri <jy...@gmail.com>
AuthorDate: Thu Mar 12 12:58:02 2020 +0530

    fixed blog page categories width
---
 antora-ui-camel/src/css/doc.css | 6 ++++++
 1 file changed, 6 insertions(+)

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