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

Loading…
Cancel
Save