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/12 12:08:26 UTC

[camel-website] 02/02: "split" class has flex: 100% in mobile screen

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 36cf7859516f7e397c308e21e7df3c5ee9991cca
Author: Devkant Gorai <51...@users.noreply.github.com>
AuthorDate: Thu Mar 12 16:48:52 2020 +0530

    "split" class has flex: 100% in mobile screen
---
 antora-ui-camel/src/css/frontpage.css | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/antora-ui-camel/src/css/frontpage.css b/antora-ui-camel/src/css/frontpage.css
index d761443..b397731 100644
--- a/antora-ui-camel/src/css/frontpage.css
+++ b/antora-ui-camel/src/css/frontpage.css
@@ -226,6 +226,12 @@ section.frontpage h1 {
   max-width: 100%;
 }
 
+@media screen and (max-width: 626px) {
+  .split {
+    flex: 100%;
+  }
+}
+
 @media screen and (max-width: 1023px) {
   header.frontpage h1 {
     font-size: 9vw;