wpcom-style.css 227 B

12345678910111213
  1. /**
  2. *
  3. * WordPress.com specific styles for Lodestar
  4. *
  5. */
  6. /* Jetpack related posts */
  7. @media only screen and (max-width: 640px) {
  8. div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
  9. width: 100%;
  10. }
  11. }