Vertically center template thumbs and don't enforce min-height for them
This commit is contained in:
@ -27,13 +27,12 @@
|
|||||||
|
|
||||||
img
|
img
|
||||||
min-width: 150px
|
min-width: 150px
|
||||||
min-height: 150px
|
|
||||||
height: auto
|
height: auto
|
||||||
width: 110%
|
width: 110%
|
||||||
position: relative
|
position: relative
|
||||||
top: 0
|
top: 50%
|
||||||
left: 50%
|
left: 50%
|
||||||
transform: translate(-50%, 0%)
|
transform: translate(-50%, -50%)
|
||||||
|
|
||||||
.mailpoet_overlay
|
.mailpoet_overlay
|
||||||
position: absolute
|
position: absolute
|
||||||
|
Reference in New Issue
Block a user