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 54b216b fixed release pages responsive issue (#326) 54b216b is described below commit 54b216b55ecdb635d6d6172f17b7d32cacd6cabf Author: jyotiattri <36660186+jyotiat...@users.noreply.github.com> AuthorDate: Mon Apr 6 15:31:33 2020 +0530 fixed release pages responsive issue (#326) --- antora-ui-camel/src/css/release.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/antora-ui-camel/src/css/release.css b/antora-ui-camel/src/css/release.css index 126d1db..8174774 100644 --- a/antora-ui-camel/src/css/release.css +++ b/antora-ui-camel/src/css/release.css @@ -16,3 +16,11 @@ .release .tableblock tbody tr:nth-child(2n) { background: var(--color-smoke-50); } + +/* for mobile screens */ +@media screen and (max-width: 626px) { + .release aside { + width: 100%; + margin: 0 auto; + } +}