From b7ee4747f5e160931fcc614a548f47e34dfde716 Mon Sep 17 00:00:00 2001 From: Dan Mindru Date: Thu, 19 May 2016 14:35:38 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=87=EF=B8=8F=20Decrease=20margin=20of=20m?= =?UTF-8?q?obile=20hr?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ------ dist/light/full-mail-light.html | 2 +- dist/light/signature-light.html | 2 +- dist/light/signature-reply-light.html | 2 +- src/light/head.inc.html | 5 +++++ 5 files changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 32f8560..ab0d7cf 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,3 @@ -@TODO -- email wrap like phones -- less margin for mobile hr -- add foundation example - - # Responsive HTML email signature(s) ### Let's punch email clients in the stomach! When you need some basic responsive email signatures that work on mobile.
diff --git a/dist/light/full-mail-light.html b/dist/light/full-mail-light.html index 5dcabb6..75990f9 100644 --- a/dist/light/full-mail-light.html +++ b/dist/light/full-mail-light.html @@ -1 +1 @@ -
Hi there,
Thanks for writing up this email.
We are delighted to reply with a responsive template.
\ No newline at end of file +
Hi there,
Thanks for writing up this email.
We are delighted to reply with a responsive template.
\ No newline at end of file diff --git a/dist/light/signature-light.html b/dist/light/signature-light.html index 7952eb6..177898f 100644 --- a/dist/light/signature-light.html +++ b/dist/light/signature-light.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/dist/light/signature-reply-light.html b/dist/light/signature-reply-light.html index 7b6f571..17e3287 100644 --- a/dist/light/signature-reply-light.html +++ b/dist/light/signature-reply-light.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/src/light/head.inc.html b/src/light/head.inc.html index ed955b2..cb380b8 100644 --- a/src/light/head.inc.html +++ b/src/light/head.inc.html @@ -34,6 +34,11 @@ .footer__main__col2__td__img{ padding-left:0!important; } + + .gray-hr hr{ + margin-bottom:10px!important; + margin-top:10px!important; + } } @media only screen and (min-width:1025px){