theme_overrides.css 166 B

12345678910111213
  1. img {
  2. max-width: 100%;
  3. max-height: auto;
  4. box-shadow: 6px 6px #eee;
  5. -ms-interpolation-mode: bicubic;
  6. border: 1px solid #ccc;
  7. }
  8. table {
  9. font-size: 12px;
  10. }