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
The following commit(s) were added to refs/heads/master by this push: new 1953cb9 CAMEL-14718: Improvize on the front-page of the website 1953cb9 is described below commit 1953cb9081f4dcc3ad60513ca23e2cc18483a415 Author: AemieJ <aemi...@hotmail.co.uk> AuthorDate: Sun Mar 15 05:07:43 2020 +0530 CAMEL-14718: Improvize on the front-page of the website --- antora-ui-camel/src/css/frontpage.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/antora-ui-camel/src/css/frontpage.css b/antora-ui-camel/src/css/frontpage.css index b397731..5aa493c 100644 --- a/antora-ui-camel/src/css/frontpage.css +++ b/antora-ui-camel/src/css/frontpage.css @@ -249,6 +249,10 @@ section.frontpage h1 { flex-direction: column; } + section.frontpage.projects .project p:nth-child(2) { + text-align: center; + } + section.frontpage.projects .project p:nth-child(3) { text-align: center; }