zregvart commented on a change in pull request #210: Feature Avatar on Blog 
Posts
URL: https://github.com/apache/camel-website/pull/210#discussion_r392679542
 
 

 ##########
 File path: antora-ui-camel/src/css/blog.css
 ##########
 @@ -119,6 +119,24 @@ article.blog p {
   background: var(--color-smoke-90);
 }
 
+.avatar {
+  vertical-align: middle;
+  width: 100px;
+  height: 100px;
+  border-radius: 50%;
+}
+
+#publishDate {
+  position: relative;
+  bottom: 35px;
+}
+
+.date-and-name {
+  position: relative;
+  bottom: 105px;
+  left: 110px;
+}
+
 
 Review comment:
   - These rules need to be scoped to `.blog`, as all other rules in this file 
are.
   - Don't use `px`, we exclusively use relative lengths
   - Don't use id-based rules for elements that could occur more than once

----------------------------------------------------------------
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

Reply via email to