mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -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 {
|
||||
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…
Add table
Add a link
Reference in a new issue