mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2024-11-10 10:28:04 +00:00
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
Block a user