aashnajena commented on pull request #455: URL: https://github.com/apache/camel-website/pull/455#issuecomment-672703372
The second problem I see is that blog-posts are not getting aligned as a column at <1023px. To amend this, line 287 of frontpage.css reads: ``` section.frontpage.columns.blog-posts { flex-direction: column; } ``` We must change it to: ``` section.frontpage.columns.blog-posts ul { flex-direction: column; } ``` ---------------------------------------------------------------- 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