diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2015-09-22 18:08:45 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2015-09-22 18:08:45 +0100 |
commit | 59cd762183f1e0f337bf63e5fadd0a6eed939a84 (patch) | |
tree | e9aea6ea818d247b4f053dd8cf8f24de28897af1 | |
parent | f3afd4e07a4d44af4d953f8a4e253f6e4ea5c52d (diff) | |
parent | 35c0e906ce8731f95867e789ac2d0c6fc36c68df (diff) |
Merge remote-tracking branch 'mysociety/838-giant-map-icon'
-rw-r--r-- | web/cobrands/fixmystreet.com/layout.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/cobrands/fixmystreet.com/layout.scss b/web/cobrands/fixmystreet.com/layout.scss index fed24af53..f4c6e649b 100644 --- a/web/cobrands/fixmystreet.com/layout.scss +++ b/web/cobrands/fixmystreet.com/layout.scss @@ -149,6 +149,7 @@ body.fullwidthpage { @media only screen and (min-resolution: 320dpi), only screen and (-webkit-min-device-pixel-ratio: 2) { background-image: url(images/locate-me@2.png); + background-size: 22px 34px; } } } |