Hello. This is what my logo (correctly) looks like in the Chrome Browser:
This is what it looks like in FireFox:
I have this in CSS:
x-brand {
image-rendering: -moz-crisp-edges; /* Firefox /
image-rendering: -o-crisp-edges; / Opera /
image-rendering: -webkit-optimize-contrast; / Webkit (non-standard naming) /
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor; / IE (non-standard property) */
}
Please tell me how to fix this. Thank you.