safe-svg.css 113 B

123456
  1. /**
  2. * Fix SVGs not showing correctly as featured images.
  3. */
  4. #postimagediv .inside .svg img {
  5. width: 100%;
  6. }