R
Rangers Fans
Guest
I am trying to add an image in front of a node prefix, but the SVG is really big, not resizing. Here is my code. Code works perfect with a png, just not a SVG.
Code:
Continue reading...
Code:
Code:
&:before {
content: url('logos/nhl/svg/FLA_dark.svg'); padding-right: 10px; vertical-align: middle; width: 10px !important; height: 20px !important; max-width: 10px !important; max-height: 20px !important; }
Continue reading...