Update NewsletterTemplate.html

pull/2680/head
d1slact0r 6 years ago committed by GitHub
parent a95e904c8b
commit a3bfce8aa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -152,13 +152,11 @@
.title h1 {
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
font-size: 1.3rem;
line-height: 1.4rem;
font-size: 22px;
line-height: 24px;
vertical-align: top;
max-width: 320px;
white-space: normal;
display: block;
margin: 0;
height: 100%;
min-height: 20px;
max-height: 45px;
@ -166,15 +164,13 @@
.description {
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
vertical-align: top;
height: 130px;
max-height: 130px;
max-width: 320px;
overflow: hidden;
text-overflow: ellipsis;
margin: 0px;
display: block;
font-size: 0.8rem !important;
font-size: 14px !important;
text-align: justify;
}
@ -184,7 +180,7 @@
min-width: 300px;
padding: 3px 7px;
margin-top: 10px;
font-size: 0.9rem !important;
font-size: 14px !important;
line-height: 1;
text-align: left;
white-space: nowrap;
@ -223,9 +219,9 @@
color: #ff761b;
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
font-weight: 400;
line-height: 1.4rem;
font-size: 1.3rem;
margin: 0;
font-size: 22px;
line-height: 24px;
margin: 0 auto;
text-transform: capitalize;
}
@ -315,10 +311,9 @@
@media only screen and (max-width: 1059px) {
table[class=body] h1 {
font-size: 1.2rem;
line-height: 1.3rem;
margin: 0 auto;
white-space: normal;
font-size: 22px;
padding: 0 !important;
margin: 0 !important;
}
table[class=body] p,

Loading…
Cancel
Save