E-mail layout with logo: Make image display:block for outlook

This commit is contained in:
Raphael Michel
2021-10-27 11:31:33 +02:00
parent 31f0b07325
commit 4bdfd56264

View File

@@ -134,6 +134,10 @@
height: auto;
}
img {
display: block;
}
.content table {
width: 100%;
}