mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -07:00
Update NewsletterTemplate.html
This commit is contained in:
parent
448164c265
commit
2fbb76555d
1 changed files with 8 additions and 10 deletions
|
@ -144,7 +144,6 @@
|
||||||
|
|
||||||
.movie-info {
|
.movie-info {
|
||||||
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
|
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
|
||||||
font-size: 14px;
|
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
padding-left: 4px;
|
padding-left: 4px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -153,13 +152,12 @@
|
||||||
|
|
||||||
.title h1 {
|
.title h1 {
|
||||||
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
|
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
|
||||||
font-size: 1.5rem;
|
font-size: 1.3rem;
|
||||||
|
line-height: 1.4rem;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
text-overflow: ellipsis;
|
|
||||||
padding-left: 5px;
|
|
||||||
max-height: 50px;
|
|
||||||
max-width: 320px;
|
max-width: 320px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
@ -167,14 +165,15 @@
|
||||||
.description {
|
.description {
|
||||||
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
|
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
padding: 5px;
|
height: 130px;
|
||||||
height: 100%;
|
|
||||||
max-height: 130px;
|
max-height: 130px;
|
||||||
max-width: 320px;
|
max-width: 320px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
display: block;
|
text-overflow: ellipsis;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
display: block;
|
||||||
font-size: 0.8rem !important;
|
font-size: 0.8rem !important;
|
||||||
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
.meta {
|
.meta {
|
||||||
|
@ -223,7 +222,7 @@
|
||||||
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;
|
line-height: 1.4rem;
|
||||||
font-size: 1.5rem;
|
font-size: 1.3rem;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
}
|
}
|
||||||
|
@ -234,7 +233,6 @@
|
||||||
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
|
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
margin-bottom: 15px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
p li,
|
p li,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue