zregvart commented on a change in pull request #270: New section added in frontpage URL: https://github.com/apache/camel-website/pull/270#discussion_r398619183
########## File path: antora-ui-camel/src/css/frontpage.css ########## @@ -273,3 +277,48 @@ section.frontpage h1 { text-align: center; } } + +section.frontpage.projects-new { + display: flex; + display: -webkit-box; + display: -ms-flexbox; + flex-wrap: wrap; +} + +.box-new { + -webkit-box-flex: 33%; + -ms-flex: 33%; + flex: 33%; + padding: 0.5rem 0; +} + +.box-new div { + padding: 0.5rem; + margin: 0.5rem; + height: 100%; +} + +.box-new img { + margin: 0 auto; + display: block; +} + +section.frontpage .box-new h2 { + text-align: center; + text-transform: capitalize; + width: 100%; + color: var(--color-black); +} + +section.frontpage .box-new p { + font-style: italic; + text-align: center; +} + +section.frontpage.projects .project h2 { + white-space: nowrap; + padding: 1rem 0; + -webkit-box-flex: 1; + -ms-flex: 1; Review comment: Remove browser prefixes. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services