Skip to content

Commit

Permalink
modify template email styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ElviaBth committed Dec 4, 2023
1 parent 73b61c0 commit 3ce523b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@
background: <%= background_color %> !important;
}

table {
border-collapse: collapse !important;
}

mso-table-lspace: 0pt;
mso-table-rspace: 0pt;

img {
-ms-interpolation-mode: bicubic;
}

table.container,
table.container td,
table.container p,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
padding: 0 !important;
}

mso-table-lspace: 0pt;
mso-table-rspace: 0pt;

.introduction-text,
.introduction-text p {
font-size: 18px !important;
Expand Down Expand Up @@ -58,6 +61,10 @@
height: 25px;
}

img {
-ms-interpolation-mode: bicubic;
}

@media only screen and (max-width: 400px) {
td.mobile-responsive {
width: 100% !important;
Expand Down Expand Up @@ -87,10 +94,11 @@
.social-links {
padding-top: 20px !important;
}

}
</style>

<table class="main container" width="100%" border="0" cellspacing="0" cellpadding="0" style="background-color: #ffffff;">
<table class="main container" width="100%" border="0" cellspacing="0" cellpadding="0" style="background-color: #ffffff; border-collapse: collapse !important;">
<tr>
<td>
<!-- Logo -->
Expand Down

0 comments on commit 3ce523b

Please sign in to comment.