aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2015-09-22 10:52:10 +0100
committerMatthew Somerville <matthew@mysociety.org>2015-09-22 10:52:10 +0100
commit35c0e906ce8731f95867e789ac2d0c6fc36c68df (patch)
tree040ea867f976d77ded5ea8f932ff8ba96554feb7 /web
parent87c98049ced69902427c752666245bf652727a37 (diff)
Add missing background-size to retina image.
Fixes #838.
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/fixmystreet.com/layout.scss1
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;
}
}
}