Reduce top padding by half for emails

VAN-177
This commit is contained in:
Adeel Khan
2021-03-04 17:28:41 +05:00
parent 519384edca
commit 883fffd2c6

View File

@@ -77,7 +77,7 @@
<tr>
<!-- MAIN -->
<td class="main" bgcolor="#ffffff" style="
padding: 30px 20px;
padding: 15px 20px 30px 20px;
box-shadow: 0 1px 5px rgba(0,0,0,0.25);
">
{% block content %}{% endblock %}