diff options
author | Hakim Cassimally <hakim@mysociety.org> | 2014-02-17 18:06:41 +0000 |
---|---|---|
committer | Hakim Cassimally <hakim@mysociety.org> | 2014-03-05 09:43:13 +0000 |
commit | 820cd8abbbb2be423bd451eecb7602b5da581478 (patch) | |
tree | 74a6c718a572c375a5511225c8c8c7e9db1b658c /web | |
parent | a0bfb85acec188f7237f3a7941d6dee2ebe0e6f2 (diff) |
[Hart] fix alerts page width on desktop view
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/hart/layout.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/cobrands/hart/layout.scss b/web/cobrands/hart/layout.scss index 6817482ae..0a2d823a2 100644 --- a/web/cobrands/hart/layout.scss +++ b/web/cobrands/hart/layout.scss @@ -16,6 +16,7 @@ } body.twothirdswidthpage .content { + width: 30em; aside { left: 672px; width: 208px; |