Image Post Styling Fixes

  • October 27, 2017
  • By: Evan MacAlpine

body.single-post blockquote.imagequote div {
padding-top: 200px;
padding-bottom: 200px;
}
blockquote {
max-width: 780px;
margin: 0 auto;
}
blockquote.imagequote {
max-width: 100%;
}
body.single article #article-content p:first-child,
blockquote {
font-size: 22px;
font-weight: 400;
}
@media only screen and (max-width: 1080px) {
body.single-post.single-format-image .post-title .page-title {
color: #2d2d2d;
}
}