Hi I'm wondering if it's possible to shrink an image by a percentage (say 10%) via css using a media query.
Here's what I have so far. https://jsfiddle.net/gavinfriel/d98sv4cy/
I'm using a content url like so to source the image so if possible to avoid using the background property it'd be appreciated.
#logo:before {
content: url(http://static1.squarespace.com/static/56e975d8f8baf3c1d69ac026/t/56f3b98c7da24fd59ecdfa03/1458813324535/irishwater.png);
}