Skip to content

Commit

Permalink
remove divider and make footer transparent
Browse files Browse the repository at this point in the history
  • Loading branch information
piscis committed Dec 5, 2022
1 parent be3a0ca commit 29d0cfc
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/minimal.mjml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,7 @@
</mj-column>
</mj-section>

<mj-section mj-class="content content--dark" full-width padding="0">
<mj-column padding="0">
<mj-divider border-width="2px" padding="10px 15px" border-style="solid" border-color="lightgrey" width="100%" />
</mj-column>
</mj-section>

<mj-section mj-class="content content--dark" full-width>
<mj-section mj-class="content" full-width>
<mj-column mj-class="content__wrapper">
<mj-text mj-class="content__text" css-class="disclaimer_note">
This is a commercial email to promote the products or services of ACME Inc.,
Expand All @@ -70,7 +64,7 @@
</mj-column>
</mj-section>

<mj-section mj-class="content content--dark" full-width padding-top="10px" padding-bottom="10px">
<mj-section mj-class="content" full-width padding-top="10px" padding-bottom="10px">
<mj-column vertical-align="middle" mj-class="content__wrapper">
<mj-text mj-class="content__text">
<strong>Our address is:</strong><br>
Expand Down

0 comments on commit 29d0cfc

Please sign in to comment.