Fixing spacing issues in Turn Touch email.

This commit is contained in:
Samuel Clay 2017-02-05 17:09:25 -08:00
parent e83b28ff64
commit 7b8795af15

View file

@ -2,7 +2,7 @@
{% load utils_tags %}
{% block body %}
<p>NewsBlur just got a huge upgrade.</p>
<h3 style="margin: 24px 0;">NewsBlur just got a huge upgrade.</h3>
<p><img src="https://turntouch.com/static/images/media-kit/photos/Turn%20Touch-3259c.jpg" style="width: 650px;border: 1px solid #909090;"></p>
@ -26,5 +26,5 @@
<p><a href="https://turntouch.com/kickstarter">Turn Touch is on Kickstarter</a>. Back the project to get your very own. Or—and this is my sincere recommendation—get the complete set, save some money, and give one away to a friend.</p>
<p><img src="https://turntouch.com/static/images/kickstarter/email-kickstarter-button@2x.png" style="width: 400px;height: 60px;margin: 0 auto;"></p>
<p style="text-align: center;"><a href="https://turntouch.com/kickstarter"><img src="https://turntouch.com/static/images/kickstarter/email-kickstarter-button@2x.png" style="width: 400px;height: 60px;margin: 0 auto;"></a></p>
{% endblock %}