We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fccb8cc commit 1f3a7c6Copy full SHA for 1f3a7c6
_includes/blog-post-card.html
@@ -65,6 +65,7 @@ <h3>{{ post.title }}</h3>
65
width: 30px;
66
height: 30px;
67
border-radius: 50%;
68
+ object-fit: cover;
69
margin: 0;
70
margin-top: 4px;
71
margin-bottom: 4px;
_layouts/post.html
@@ -48,7 +48,10 @@ <h4>Tags:</h4>
48
49
<style>
50
.post-header .author-image {
51
- margin: 0;
+ width: 30px;
52
+ height: 30px;
53
+ border-radius: 50%;
54
55
}
56
57
.post-banner .banner-image {
0 commit comments