Skip to content

Commit

Permalink
formats base.mjml
Browse files Browse the repository at this point in the history
  • Loading branch information
piscis committed Dec 9, 2022
1 parent 2f78b25 commit 6f4fc76
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions src/base.mjml
Original file line number Diff line number Diff line change
Expand Up @@ -119,16 +119,16 @@

.desc_keypoints div span {
border-bottom: solid #f4b400 4px;
padding-top:5px;
padding-right:0;
padding-top: 5px;
padding-right: 0;
padding-bottom: 2px;
padding-left:0;
padding-left: 0;
color: #000;
font-weight:bold;
font-weight: bold;
font-size: 18px;
text-decoration: none;
}
</mj-style>
</mj-style>
</mj-head>
<mj-body>
<mj-section full-width>
Expand All @@ -155,15 +155,15 @@
<mj-column vertical-align="middle" mj-class="content__wrapper" border-radius="50px 50px 0px 0px" background-color="#f0f2f5">
<mj-text font-size="30px" font-weight="bold" align="center" color="#000" padding-top="20px" css-class="hero_headline">Say hello to the new ACME 3d</mj-text>
<mj-spacer height="5px" />
</mj-colomn>
</mj-colomn>
</mj-section>


<mj-section mj-class="content" full-width background-color="#ffffff">
<mj-column vertical-align="middle">
<mj-image width="600px" height="389px" padding="0" src="https://via.placeholder.com/600x389/f0f2f5" css-class="hero_image" alt="hero" />
<mj-spacer height="20px" />
</mj-colomn>
</mj-colomn>
</mj-section>


Expand Down Expand Up @@ -321,7 +321,6 @@
</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%" />
Expand Down

0 comments on commit 6f4fc76

Please sign in to comment.