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

Removed more unnecessary styles from blockquote card styles

refs https://github.com/TryGhost/Team/issues/1239
This commit is contained in:
James Morris 2021-12-07 11:53:46 +00:00
parent 5c4cfc785f
commit 0aaa1b9c75

View file

@ -1,5 +1,4 @@
.kg-blockquote-alt {
background: none;
font-size: 1.5em;
font-style: italic;
line-height: 1.7em;
@ -7,10 +6,6 @@
padding: 0 2.5em;
}
.kg-blockquote-alt::before {
display: none;
}
@media (max-width: 800px) {
.kg-blockquote-alt {
font-size: 1.4em;