/
var
/
www
/
barefootlaw.org
/
wp-content
/
plugins
/
safe-svg
/
assets
/
Upload File
HOME
/** * Fix SVGs not showing correctly as featured images. */ #postimagediv .inside .svg img { width: 100%; } /** * Fix for Gutenberg not showing featured images correctly. */ img.components-responsive-wrapper__content[src$=".svg"] { position: relative; }