Skip to content

Commit

Permalink
Add missing content-block class
Browse files Browse the repository at this point in the history
  • Loading branch information
leemunroe committed Aug 8, 2017
1 parent 3e098eb commit 7407b57
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions email.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
font-size: 14px;
line-height: 1.4;
margin: 0;
padding: 0;
padding: 0;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; }

Expand Down Expand Up @@ -71,6 +71,11 @@
box-sizing: border-box;
padding: 20px; }

.content-block {
padding-bottom: 10px;
padding-top: 10px;
}

.footer {
clear: both;
padding-top: 10px;
Expand Down Expand Up @@ -260,7 +265,7 @@
font-size: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
text-decoration: none !important; }
text-decoration: none !important; }
.btn-primary table td:hover {
background-color: #34495e !important; }
.btn-primary a:hover {
Expand Down Expand Up @@ -331,7 +336,7 @@
</table>
</div>
<!-- END FOOTER -->

<!-- END CENTERED WHITE CONTAINER -->
</div>
</td>
Expand Down

0 comments on commit 7407b57

Please sign in to comment.