zregvart commented on a change in pull request #210: Feature Avatar on Blog Posts URL: https://github.com/apache/camel-website/pull/210#discussion_r398515667
########## File path: antora-ui-camel/src/css/blog.css ########## @@ -119,6 +119,24 @@ article.blog p { background: var(--color-smoke-90); } +.blog .avatar { + vertical-align: middle; + width: 100px; + height: 100px; Review comment: I'd use `rem` or `vh` here, fix pixel sizes are a problem when user chooses to increase/decrease text size in their browser and on different screen sizes. ---------------------------------------------------------------- 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