_media.scss 759 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. img {
  2. height: auto; /* Make sure images are scaled correctly. */
  3. max-width: 100%; /* Adhere to container width. */
  4. }
  5. .page-content .wp-smiley,
  6. .entry-content .wp-smiley,
  7. .comment-content .wp-smiley {
  8. border: none;
  9. margin-bottom: 0;
  10. margin-top: 0;
  11. padding: 0;
  12. }
  13. /* Make sure embeds and iframes fit their containers. */
  14. embed,
  15. iframe,
  16. object {
  17. max-width: 100%;
  18. }
  19. .wp-caption {
  20. margin-bottom: 1.6em;
  21. max-width: 100%;
  22. img[class*="wp-image-"] {
  23. @include center-block;
  24. }
  25. .wp-caption-text {
  26. font-style: italic;
  27. margin: 0.8075em 0;
  28. }
  29. }
  30. .wp-caption-text {
  31. text-align: center;
  32. }
  33. /*--------------------------------------------------------------
  34. ## Galleries
  35. --------------------------------------------------------------*/
  36. @import "galleries";