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 8b20dcd Create a sufficient space between the footer-tools and the page (#330) 8b20dcd is described below commit 8b20dcd63c4c62acb6c4fac3f617d5ad611bc92e Author: Aemie Jariwala <44139348+aem...@users.noreply.github.com> AuthorDate: Wed Apr 8 15:12:09 2020 +0530 Create a sufficient space between the footer-tools and the page (#330) * create a sufficient space between the footer-tools and the page * create sufficient marginal space for frontpage and blog pages * fix a minor change --- antora-ui-camel/src/css/blog.css | 2 ++ antora-ui-camel/src/css/frontpage.css | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/antora-ui-camel/src/css/blog.css b/antora-ui-camel/src/css/blog.css index f170773..b58089a 100644 --- a/antora-ui-camel/src/css/blog.css +++ b/antora-ui-camel/src/css/blog.css @@ -46,6 +46,7 @@ article.blog p { margin-top: 1rem; display: flex; flex-direction: column; + padding-bottom: 2rem; } .blog .post aside .summary { @@ -145,6 +146,7 @@ article.blog p { .blog .post { flex-direction: row; + padding-bottom: 2rem; } .blog .post aside { diff --git a/antora-ui-camel/src/css/frontpage.css b/antora-ui-camel/src/css/frontpage.css index 29feb9f..a1b23fd 100644 --- a/antora-ui-camel/src/css/frontpage.css +++ b/antora-ui-camel/src/css/frontpage.css @@ -239,7 +239,7 @@ section.frontpage h2 { .split { flex: 50%; - padding: 1rem 0; + padding: 1rem 0 2rem 0; } .split img {