I am making a site with a media query for when the browser width is <768px.
When the browser is <768px, I want an SVG background image (my logo) which is 100×100 regularly to become reduced to 80×80.
Is this possible with SVG graphics to be reduced in size with media queries?
Use % width for your Logo Image accroding to device the logo width and height will reduce.