style.css 384 B

123456789101112131415161718192021222324
  1. .jetpack-display-remote-posts {
  2. margin: 5px 0 20px 0;
  3. }
  4. .jetpack-display-remote-posts h4 {
  5. font-size: 90%;
  6. margin: 5px 0;
  7. padding: 0;
  8. }
  9. .jetpack-display-remote-posts h4 a {
  10. text-decoration: none;
  11. }
  12. .jetpack-display-remote-posts p {
  13. margin: 0 !important;
  14. padding: 0;
  15. line-height: 1.4em !important;
  16. font-size: 90%;
  17. }
  18. .jetpack-display-remote-posts img {
  19. max-width: 100%;
  20. }