Fixed wide blockquote bug when used first in post
Closes https://github.com/TryGhost/Casper/issues/355
This commit is contained in:
parent
12d139aa7d
commit
9caeb2a2e7
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -763,7 +763,7 @@ Usage (In Ghost editor):
|
|||
}
|
||||
|
||||
@media (min-width: 1000px) {
|
||||
.post-full-content blockquote {
|
||||
.post-full-content blockquote:not(:first-of-type) {
|
||||
width: 100vw;
|
||||
max-width: 1060px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue