2
0

_media-placeholder.scss 240 B

1234567891011121314151617
  1. .media-placeholder {
  2. width: 600px;
  3. height: 400px;
  4. background-color: #ccc;
  5. padding: 5px;
  6. h3,
  7. p {
  8. margin: 0;
  9. }
  10. img {
  11. max-width: 350px;
  12. max-height: 350px;
  13. margin: 20px;
  14. }
  15. }