Skip to content

Commit 7407b57

Browse files
committed
Add missing content-block class
1 parent 3e098eb commit 7407b57

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

email.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
font-size: 14px;
2121
line-height: 1.4;
2222
margin: 0;
23-
padding: 0;
23+
padding: 0;
2424
-ms-text-size-adjust: 100%;
2525
-webkit-text-size-adjust: 100%; }
2626

@@ -71,6 +71,11 @@
7171
box-sizing: border-box;
7272
padding: 20px; }
7373

74+
.content-block {
75+
padding-bottom: 10px;
76+
padding-top: 10px;
77+
}
78+
7479
.footer {
7580
clear: both;
7681
padding-top: 10px;
@@ -260,7 +265,7 @@
260265
font-size: inherit !important;
261266
font-weight: inherit !important;
262267
line-height: inherit !important;
263-
text-decoration: none !important; }
268+
text-decoration: none !important; }
264269
.btn-primary table td:hover {
265270
background-color: #34495e !important; }
266271
.btn-primary a:hover {
@@ -331,7 +336,7 @@
331336
</table>
332337
</div>
333338
<!-- END FOOTER -->
334-
339+
335340
<!-- END CENTERED WHITE CONTAINER -->
336341
</div>
337342
</td>

0 commit comments

Comments
 (0)