Update NewsletterTemplate.html

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

@ -144,7 +144,6 @@
.movie-info {
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
font-size: 14px;
vertical-align: top;
padding-left: 4px;
text-align: left;
@ -153,13 +152,12 @@
.title h1 {
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
font-size: 1.5rem;
font-size: 1.3rem;
line-height: 1.4rem;
vertical-align: top;
text-overflow: ellipsis;
padding-left: 5px;
max-height: 50px;
max-width: 320px;
overflow: hidden;
text-overflow: ellipsis;
display: block;
margin: 0;
}
@ -167,14 +165,15 @@
.description {
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
vertical-align: top;
padding: 5px;
height: 100%;
height: 130px;
max-height: 130px;
max-width: 320px;
overflow: hidden;
display: block;
text-overflow: ellipsis;
margin: 0px;
display: block;
font-size: 0.8rem !important;
text-align: justify;
}
.meta {
@ -223,7 +222,7 @@
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
font-weight: 400;
line-height: 1.4rem;
font-size: 1.5rem;
font-size: 1.3rem;
margin: 0;
text-transform: capitalize;
}
@ -234,7 +233,6 @@
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
font-weight: normal;
margin: 0;
margin-bottom: 15px;
}
p li,

Loading…
Cancel
Save