mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-31 12:00:06 -07:00
Update NewsletterTemplate.html
This commit is contained in:
parent
3e64724969
commit
9943a1b5a5
1 changed files with 3 additions and 4 deletions
|
@ -160,6 +160,9 @@
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
height: 100%;
|
||||||
|
min-height: 20px;
|
||||||
|
max-height: 45px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.description {
|
.description {
|
||||||
|
@ -313,13 +316,9 @@
|
||||||
|
|
||||||
@media only screen and (max-width: 1059px) {
|
@media only screen and (max-width: 1059px) {
|
||||||
table[class=body] h1 {
|
table[class=body] h1 {
|
||||||
color: #ff761b;
|
|
||||||
font-family: sans-serif;
|
|
||||||
font-weight: 400;
|
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
line-height: 1.3rem;
|
line-height: 1.3rem;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
text-transform: capitalize;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
table[class=body] p,
|
table[class=body] p,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue