_media.scss 756 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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: $baseline;
  21. max-width: 100%;
  22. width: 100%;
  23. img[class*="wp-image-"] {
  24. @include center-block;
  25. }
  26. .wp-caption-text {
  27. margin: 0.8075em 0;
  28. }
  29. }
  30. .wp-caption-text {
  31. text-align: center;
  32. }
  33. /*--------------------------------------------------------------
  34. ## Galleries
  35. --------------------------------------------------------------*/
  36. @import "galleries";