I have the following code that adds some drop shadow to an SVG, but I can’t seem to get the white to be more stronger/brighter. I would like it to be centered on the image, so I have used 0px; 0px;
Is there a way to make it brighter/bigger?
This is the code I’m using: filter: drop-shadow(0px 0px 12px $white);