0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Removed blockquote selector from card styles plus email tweaks

refs https://github.com/TryGhost/Team/issues/1239
This commit is contained in:
James Morris 2021-12-07 11:35:58 +00:00
parent 0d8bc06fb9
commit 5c4cfc785f
2 changed files with 9 additions and 8 deletions

View file

@ -1,17 +1,18 @@
blockquote.kg-blockquote-alt {
.kg-blockquote-alt {
background: none;
font-size: 1.6em;
font-size: 1.5em;
font-style: italic;
line-height: 1.7em;
text-align: center;
padding: 0.5em 2.5em 0.75em;
padding: 0 2.5em;
}
blockquote.kg-blockquote-alt::before {
.kg-blockquote-alt::before {
display: none;
}
@media (max-width: 800px) {
blockquote.kg-blockquote-alt {
.kg-blockquote-alt {
font-size: 1.4em;
padding-left: 2em;
padding-right: 2em;
@ -19,7 +20,7 @@ blockquote.kg-blockquote-alt::before {
}
@media (max-width: 600px) {
blockquote.kg-blockquote-alt {
.kg-blockquote-alt {
font-size: 1.2em;
padding-left: 1.75em;
padding-right: 1.75em;

View file

@ -915,8 +915,8 @@ figure blockquote p {
table.body blockquote.kg-blockquote-alt {
border-left: 0 none !important;
margin: 0 0 2.5em 0;
padding: 0 50px 0 50px;
margin: 0 0 2.5em 0 !important;
padding: 0 50px 0 50px !important;
font-size: 1.2em;
}