diff options
author | Hakim Cassimally <hakim@mysociety.org> | 2014-02-17 13:20:58 +0000 |
---|---|---|
committer | Hakim Cassimally <hakim@mysociety.org> | 2014-03-05 09:43:12 +0000 |
commit | 5c4212710b15259e8a76720ca67e34c9fbf50846 (patch) | |
tree | cda012795f6c2415626d374416b6a635d1b0f905 /web | |
parent | 0fb3e3f538e5b1a88053025b85d118eb946f845e (diff) |
[Hart] fix recent photos box in Local Alerts
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/hart/layout.scss | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/web/cobrands/hart/layout.scss b/web/cobrands/hart/layout.scss index 639be2901..0acc5f81c 100644 --- a/web/cobrands/hart/layout.scss +++ b/web/cobrands/hart/layout.scss @@ -3,7 +3,7 @@ @media only screen and (min-width: 48em) { .content { - margin-top: 11em; + margin-top: 8em; } } @@ -14,3 +14,18 @@ #report-a-problem-sidebar { top: 11em; } + +body.twothirdswidthpage .content { + aside { + left: 672px; + width: 208px; + padding: 16px; + } + .sticky-sidebar { + left: 672px; + aside { + position: fixed; + top: 14em; + } + } +} |