Merge pull request #26850 from edx/adeel/van_177_reduce_top_padding
Reduce top padding by half for emails
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user