Fixed wide blockquote bug when used first in post

Closes https://github.com/TryGhost/Casper/issues/355
This commit is contained in:
John O'Nolan 2017-08-14 11:11:12 +01:00
parent 12d139aa7d
commit 9caeb2a2e7
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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;
}