zregvart commented on a change in pull request #270: New section added in 
frontpage
URL: https://github.com/apache/camel-website/pull/270#discussion_r402228852
 
 

 ##########
 File path: antora-ui-camel/src/css/frontpage.css
 ##########
 @@ -290,3 +291,37 @@ section.frontpage h2 {
     text-align: center;
   }
 }
+
+section.frontpage.camelProjects {
+  display: flex;
+  flex-wrap: wrap;
+}
+
+.projectDetails {
+  flex: 33%;
+  padding: 0.5rem 0;
+}
+
+.projectDetails div {
+  padding: 0.5rem;
+  margin: 0.5rem;
+  height: 100%;
+}
+
+.projectDetails img {
+  margin: 0 auto;
+  display: block;
+  width: 60%;
+}
+
+section.frontpage .projectDetails h2 {
+  text-align: center;
+  text-transform: capitalize;
+  width: 100%;
+  color: var(--heading-font-color);
+}
+
+section.frontpage .projectDetails p {
+  font-style: italic;
 
 Review comment:
   Remove italic

----------------------------------------------------------------
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

Reply via email to