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

[camel-website] branch master updated (ce074b7 -> 36cf785)

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

zregvart pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git.


    from ce074b7  Mobile Menu Enhancement Fixes: https://issues.apache.org/jira/browse/CAMEL-14695?filter=12348381
     new 38dc138  Changed the position of the logo
     new 36cf785  "split" class has flex: 100% in mobile screen

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 antora-ui-camel/src/css/frontpage.css | 6 ++++++
 content/_index.md                     | 9 +++++----
 2 files changed, 11 insertions(+), 4 deletions(-)


[camel-website] 01/02: Changed the position of the logo

Posted by zr...@apache.org.
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 38dc13832eb007d26ddd492206d67ba62cc6115d
Author: Devkant Gorai <51...@users.noreply.github.com>
AuthorDate: Thu Mar 12 16:45:31 2020 +0530

    Changed the position of the logo
---
 content/_index.md | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/content/_index.md b/content/_index.md
index c105546..a13a630 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -91,6 +91,11 @@ Camel supports around 50 data formats, allowing to <mark>translate messages</mar
 # Apache &amp; OpenSource
 
 {{< div "split" >}}
+![20 years of Apache Software foundation](/img/apache-20.png)
+{{< /div >}}
+
+{{< div "split" >}}
+
 **Camel is your project!**
 
 Camel is an [Apache Software Foundation](https://www.apache.org) project, available under the [Apache v2 license](https://apache.org/licenses/LICENSE-2.0). It's a complete open community, always listening to proposals and comments.
@@ -103,8 +108,4 @@ We also love contributions: don't hesitate to [contribute](./manual/latest/contr
 
 {{< /div >}}
 
-{{< div "split" >}}
-![20 years of Apache Software foundation](/img/apache-20.png)
-{{< /div >}}
-
 {{< /section >}}


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

Posted by zr...@apache.org.
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;