getting tables to behave on mobile

This commit is contained in:
Trent White
2016-08-29 16:55:19 -04:00
parent ab4f06bc54
commit 90873cfe76
12 changed files with 59 additions and 57 deletions
+1 -3
View File
@@ -44,7 +44,6 @@ img {
text-decoration:none;
-ms-interpolation-mode: bicubic;
width: auto;
max-width: 100%;
float: left;
clear: both;
display: block;
@@ -583,8 +582,7 @@ body.outlook p {
@media only screen and (max-width: 600px) {
table[class="body"] img {
width: auto !important;
height: auto !important;
}
table[class="body"] center {