diff options
author | Matthew Somerville <matthew@mysociety.org> | 2016-01-06 15:56:34 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-01-06 17:09:07 +0000 |
commit | 98c4305003a7fdd468822cd45a605dd935943f72 (patch) | |
tree | b0388c94393eeb1ff1744504ca09fab9c9247a2c /web | |
parent | c46b06e6376e4e522604d3dbee94e215dca4955c (diff) |
[fixmystreet.com] Don't show app step if used app.
Fixes #1305.
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixmystreet.com/layout.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/cobrands/fixmystreet.com/layout.scss b/web/cobrands/fixmystreet.com/layout.scss index 9e8bb5baf..55ebe1743 100644 --- a/web/cobrands/fixmystreet.com/layout.scss +++ b/web/cobrands/fixmystreet.com/layout.scss @@ -262,6 +262,10 @@ body.twothirdswidthpage { } } +.next-steps--two .next-steps__step { + width: 50%; +} + body.unresponsive-council { .container .content { padding: 0; |