AemieJ commented on pull request #455: URL: https://github.com/apache/camel-website/pull/455#issuecomment-672623108
In addition to it, the text isn't aligned with the icon within projects section for the frontpage in the mobile view. Add the media screen code in addition to the previous code for frontpage content. ``` section.frontpage.columns.functionalities h2, section.frontpage.projects .project .content h2, section.frontpage.projects .project .content p { text-align: left; text-transform: none; @media screen and (max-width: 626px) { text-align: center; } } ``` ---------------------------------------------------------------- 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