XenForo svg images not resizing

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:

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...