aashnajena commented on a change in pull request #455: URL: https://github.com/apache/camel-website/pull/455#discussion_r469858938
########## File path: antora-ui-camel/src/css/frontpage.css ########## @@ -353,13 +366,13 @@ section.frontpage.projects .project img { padding: 0; } - section.frontpage.projects .project h2, + section.frontpage.projects .project .content h2, section.frontpage.projects .project .icon, section.frontpage.columns.functionalities .box .content h2, section.frontpage.columns.functionalities .box .content, section.frontpage.columns.functionalities .box .icon, section.frontpage.columns.functionalities p, - section.frontpage.projects p { + section.frontpage.projects .content p { Review comment: @AemieJ instead of adding a media-code snippet, this line should to be scoped to `section.frontpage.projects .project .content p`. It's getting overwritten by the rule on line 197. Sorry for missing it out before. ########## File path: antora-ui-camel/src/css/frontpage.css ########## @@ -353,13 +366,13 @@ section.frontpage.projects .project img { padding: 0; } - section.frontpage.projects .project h2, + section.frontpage.projects .project .content h2, section.frontpage.projects .project .icon, section.frontpage.columns.functionalities .box .content h2, section.frontpage.columns.functionalities .box .content, section.frontpage.columns.functionalities .box .icon, section.frontpage.columns.functionalities p, - section.frontpage.projects p { + section.frontpage.projects .content p { Review comment: ```suggestion section.frontpage.projects .project .content p { ``` ---------------------------------------------------------------- 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