Vertically center template thumbs and don't enforce min-height for them

This commit is contained in:
Tautvidas Sipavičius
2016-06-14 13:23:01 +03:00
parent c22d434dff
commit 486a97fa30

View File

@ -27,13 +27,12 @@
img
min-width: 150px
min-height: 150px
height: auto
width: 110%
position: relative
top: 0
top: 50%
left: 50%
transform: translate(-50%, 0%)
transform: translate(-50%, -50%)
.mailpoet_overlay
position: absolute