diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-06-14 16:57:36 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-06-14 16:57:36 +0100 |
commit | 428cb2d49326bf08e4fd2b3dc8690f53d4b7bcc7 (patch) | |
tree | 184db2edf84ab8cf8929045baf352a2e96f80625 /web/cobrands/sass/_layout.scss | |
parent | 586f8ee0e0cd629c9b7a24463775e30fd0b77e8a (diff) | |
parent | 6b628fd35f5a2e79f546d45d0d3469dc2d27c1dd (diff) |
Merge remote-tracking branch 'origin/2366-access-map-filters-on-mobile'
Diffstat (limited to 'web/cobrands/sass/_layout.scss')
-rw-r--r-- | web/cobrands/sass/_layout.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss index 0cbb6a007..b27305d31 100644 --- a/web/cobrands/sass/_layout.scss +++ b/web/cobrands/sass/_layout.scss @@ -651,7 +651,7 @@ body.authpage { top: 50%; margin-top: -6px; #{$left}: ((16px - 6px) / 2); // horizontally centre in 16px wide parent - background-size: 96px 12px; + background-size: 108px 12px; @include svg-background-image('/cobrands/fixmystreet/images/map-tools'); } |