Skip to content

Commit

Permalink
fix: fill the feature images in post list (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Renovamen committed Apr 5, 2021
1 parent 743240c commit b682462
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/theme-gungnir/components/PostListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ export default {
border-radius 5px
img
display block
width 100%
height 100%
object-fit cover
transition(all .6s)
&::after
content ""
Expand Down

1 comment on commit b682462

@vercel
Copy link

@vercel vercel bot commented on b682462 Apr 5, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.