Skip to content

Commit

Permalink
fix: thumbnail style
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangchen915 committed Jul 24, 2018
1 parent 1d9ccc4 commit dc2cb65
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,10 @@
.entry-summary {
color: $gray-deep;
.thumbnail {
background-size: cover;
margin: 14px 0
background-size: contain;
background-position: center;
background-repeat: no-repeat;
margin: 14px 0;
}
}
&:empty {
Expand Down

0 comments on commit dc2cb65

Please sign in to comment.