Skip to content

Commit

Permalink
👾 better pss media thumbnail / fixes #712 (#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgiraldo authored Mar 14, 2018
1 parent 696a12a commit c9f1b60
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -269,15 +269,18 @@
}

.defaultImageWrapper {
align-items: center;
background-color: warmerBackgroundColor;
background-position: 50%;
background-repeat: no-repeat;
background-size: 30%;
display: flex;
align-items: center;
justify-content: center;

& img {
opacity: 0.35;
min-width: auto;
min-height: auto;
min-width: auto;
}
}

Expand Down

0 comments on commit c9f1b60

Please sign in to comment.