Skip to content

Commit

Permalink
Update product padding
Browse files Browse the repository at this point in the history
  • Loading branch information
atomjoy authored Oct 26, 2024
1 parent 0e6398a commit cfa9c5c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions resources/views/email/newsletter.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,13 +187,13 @@
min-height: 390px;
}
table.proton-row-width-33-padding-left {
table.proton-row-width-33-padding-left tr td {
padding-left: 14px;
}
table.proton-row-width-33-padding-center {
table.proton-row-width-33-padding-center tr td {
padding: 0px 7px;
}
table.proton-row-width-33-padding-right {
table.proton-row-width-33-padding-right tr td {
padding-right: 14px;
}
Expand Down Expand Up @@ -264,6 +264,11 @@
padding: 0px;
}
table.proton-row-width-33 tr td {
width: 100%;
padding: 0px;
}
.email-image-small {
width: 100%;
}
Expand Down

0 comments on commit cfa9c5c

Please sign in to comment.