Skip to content

Commit

Permalink
Merge pull request #89 from axzx/patch-1
Browse files Browse the repository at this point in the history
margin written in lowercase letters
  • Loading branch information
leemunroe authored Dec 30, 2018
2 parents b156013 + 1424e19 commit de565c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions email.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
/* Set a max-width, and make it display as block so it will automatically stretch to that width, but will also shrink down on a phone or something */
.container {
display: block;
Margin: 0 auto !important;
margin: 0 auto !important;
/* makes it centered */
max-width: 580px;
padding: 10px;
Expand All @@ -63,7 +63,7 @@
.content {
box-sizing: border-box;
display: block;
Margin: 0 auto;
margin: 0 auto;
max-width: 580px;
padding: 10px;
}
Expand All @@ -89,7 +89,7 @@

.footer {
clear: both;
Margin-top: 10px;
margin-top: 10px;
text-align: center;
width: 100%;
}
Expand Down Expand Up @@ -242,7 +242,7 @@
hr {
border: 0;
border-bottom: 1px solid #f6f6f6;
Margin: 20px 0;
margin: 20px 0;
}

/* -------------------------------------
Expand Down

0 comments on commit de565c2

Please sign in to comment.