diff options
author | Hakim Cassimally <hakim@mysociety.org> | 2014-02-28 14:18:25 +0000 |
---|---|---|
committer | Hakim Cassimally <hakim@mysociety.org> | 2014-03-05 09:48:43 +0000 |
commit | cb0cc69748dedde60632ce1ece41d612b4c31d55 (patch) | |
tree | 4f27169048cd18cf32f6150422270385b225f471 /web | |
parent | ba7632f1b5bd8463fdda433212b41c084be4e0f3 (diff) |
[Hart] css push report sidebar comments down
Fixes https://github.com/mysociety/FixMyStreet-Commercial/issues/488
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/hart/layout.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/hart/layout.scss b/web/cobrands/hart/layout.scss index 838643ba2..99f8bdfcf 100644 --- a/web/cobrands/hart/layout.scss +++ b/web/cobrands/hart/layout.scss @@ -24,7 +24,7 @@ } #report-a-problem-sidebar { - top: 11em; + top: 14em; } body.twothirdswidthpage .content { |