diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-02-20 20:52:12 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-02-20 20:52:12 +0000 |
commit | 7ec3068c70e34c72ea94a78b8886b6f0d2f98b23 (patch) | |
tree | e7d4cd99b238ebd2b0e3301a07ea1450e2d66453 /web | |
parent | d1bde46699093e730c54552407d637e970fc8904 (diff) |
Fix height to match background.
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/zurich/base.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/zurich/base.scss b/web/cobrands/zurich/base.scss index 9617a8e92..8e6467be4 100644 --- a/web/cobrands/zurich/base.scss +++ b/web/cobrands/zurich/base.scss @@ -51,7 +51,7 @@ #site-logo { background: url(logo_portal.jpg) 0px -24px no-repeat; width: 200px; - height:44px; + height: 48px; left:0; top:4px; } |