From: Eric Morris Date: Thu, 7 Nov 2013 10:33:47 +0000 (-0800) Subject: Add image media query X-Git-Tag: v1.0.0~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e837f927c577928601a4d2f3c225e155407f01c5;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Add image media query --- diff --git a/css/ink.css b/css/ink.css index 41a8df3b..5c23c801 100644 --- a/css/ink.css +++ b/css/ink.css @@ -479,6 +479,11 @@ body.outlook img { @media only screen and (max-width: 600px) { + table[class="body"] img { + width: auto !important; + height: auto !important; + } + table[class="body"] .container { width: 95% !important; }