We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 555cf45 commit afa6899Copy full SHA for afa6899
.gitignore
@@ -3,3 +3,4 @@ _site/
3
.jekyll-cache/
4
.jekyll-metadata
5
.DS_Store
6
+Gemfile.lock
_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