From e974fb2edcf1c3daadec4608faa0e0adfa6ceaf7 Mon Sep 17 00:00:00 2001 From: Phil Wareham Date: Mon, 3 Apr 2017 15:45:35 +0100 Subject: [PATCH] Viewport fixes --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 67a479c..8ea2f8a 100644 --- a/index.html +++ b/index.html @@ -1,8 +1,8 @@ - + - + *|MC:SUBJECT|* @@ -29,7 +29,7 @@ table td {border-collapse:collapse;} /* Clean, responsive images. */ - img {-ms-interpolation-mode:bicubic; display:block; width:auto; max-width:100%; outline:none; text-decoration:none;} + img {-ms-interpolation-mode:bicubic; display:block; outline:none; text-decoration:none;} a img {border:none;} @@ -74,7 +74,7 @@ linking other numbers that look like, but are not phone numbers. Use these two blocks of code to "unstyle" any numbers that may be linked. The second block gives you a class ".mobile_link" to apply with a span tag to the numbers you would like linked and styled. - More info: http://www.campaignmonitor.com/blog/post/3571/using-phone-numbers-in-html-email/ */ + More info: https://www.campaignmonitor.com/blog/email-marketing/2011/10/using-phone-numbers-in-html-email/ */ a[href^="tel"], a[href^="sms"] {text-decoration:none; color:#333333; pointer-events:none; cursor:default;} .mobile_link a[href^="tel"], .mobile_link a[href^="sms"] {text-decoration:default; color:#6e5c4f !important; pointer-events:auto; cursor:default;}