zregvart commented on a change in pull request #270: New section added in frontpage URL: https://github.com/apache/camel-website/pull/270#discussion_r403913242
########## File path: antora-ui-camel/src/css/frontpage.css ########## @@ -290,3 +291,63 @@ section.frontpage h2 { text-align: center; } } + +section.frontpage.camelProjects { + display: flex; + flex-wrap: wrap; +} + +.platforms { + flex: 33%; + padding: 0.5rem 0; +} + +.platforms div { + padding: 0.5rem; + margin: 0.5rem; + height: 100%; +} + +.platforms img { + margin: 0 auto; + display: block; + width: 60%; +} + +section.frontpage .platforms h2 { + text-align: center; + text-transform: capitalize; + width: 100%; + color: var(--heading-font-color); +} + +section.frontpage .platforms p { + text-align: center; +} + +.main-blk { + width: 500px; + height: 500px; + position: relative; +} + +.half-circle { + position: absolute; + width: 250px; + top: 0; + right: 0; + overflow: hidden; +} + +.half-circle img { + left: -250px; + position: relative; +} + +.other-half-circle { + position: absolute; + width: 250px; + top: 0; + left: 0; + overflow: hidden; +} Review comment: All these need to be scoped to `.frontpage .platforms` ---------------------------------------------------------------- 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