diff --git a/templates/emails/base.html b/templates/emails/base.html
index 7b6721c7..929c80c4 100644
--- a/templates/emails/base.html
+++ b/templates/emails/base.html
@@ -40,17 +40,6 @@
margin: 0 auto !important;
}
- /* USE THESE CLASSES TO HIDE CONTENT ON MOBILE */
- .mobile-hide {
- display: none !important;
- }
-
- .img-max {
- max-width: 100% !important;
- width: 100% !important;
- height: auto !important;
- }
-
/* FULL-WIDTH TABLES */
.responsive-table {
width: 100% !important;
@@ -61,15 +50,6 @@
padding: 10px 5% 15px 5% !important;
}
- .padding-meta {
- padding: 30px 5% 0px 5% !important;
- text-align: center;
- }
-
- .no-padding {
- padding: 0 !important;
- }
-
.section-padding {
padding: 50px 15px 50px 15px !important;
}
@@ -126,45 +106,38 @@
-
-
-
-
-
- {% block content %}{% endblock %}
- |
-
-
+ |
+ {% block content %}{% endblock %}
|
- {% if button_text %}
+
+ |
+
+ {% if button_text %}
+
+
+
-
-
+ |
+
+ {% endif %}
+
+
+
-
-
-
-
- {% block content_more %}{% endblock %}
- |
-
-
+ |
+ {% block content_more %}{% endblock %}
|
| |