zregvart commented on a change in pull request #210: Feature Avatar on Blog Posts URL: https://github.com/apache/camel-website/pull/210#discussion_r392233002
########## File path: antora-ui-camel/src/css/doc.css ########## @@ -634,3 +634,15 @@ kbd, .stretch { width: 100%; } + +.avatar { + vertical-align: middle; + width: 100px; + height: 100px; + border-radius: 50%; +} + +#publishDate { + position: relative; + bottom: 35px; Review comment: Any changes to the design of the blog need to go to `blog.css`. ---------------------------------------------------------------- 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