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 <jyotiatr...@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; + } +}