Skip to content

Commit

Permalink
better feature image cropping
Browse files Browse the repository at this point in the history
  • Loading branch information
mfenner authored and ntarocco committed Dec 10, 2024
1 parent af7355a commit 74c40a7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion assets/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1164,7 +1164,13 @@ article img {
.post-content h3 {
font-size: 1.2em;
}

/* better feature image cropping */
.blog-list-item-content img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center center;
}
.pagination {
text-align: center;
padding-top: 40px;
Expand Down

0 comments on commit 74c40a7

Please sign in to comment.