diff options
author | Hakim Cassimally <hakim@mysociety.org> | 2014-02-18 18:21:34 +0000 |
---|---|---|
committer | Hakim Cassimally <hakim@mysociety.org> | 2014-03-05 09:43:13 +0000 |
commit | 8d98368e3e6748190105d7c17f83c635d9d66587 (patch) | |
tree | 56c112d06c133b116519a41e0e160999ce40a8ef /web | |
parent | 63a5e22f95012a1e87f857678a9da5ec9c12e38e (diff) |
[Hart] fix display of logo on desktop
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/hart/hart.scss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/web/cobrands/hart/hart.scss b/web/cobrands/hart/hart.scss index 20e670965..84db3070c 100644 --- a/web/cobrands/hart/hart.scss +++ b/web/cobrands/hart/hart.scss @@ -117,9 +117,12 @@ body.frontpage #site-logo, background: url("/cobrands/hart/hart-logo-mobile.png") 0 0 no-repeat; margin: 10px; padding-left: 10px; - position: inherit; + position: static; @media only screen and (min-width: 48em) { + position: relative; + top: 1em; margin: 0; + margin-left: 1em; padding: 0; background: url("/cobrands/hart/hart-logo.png") 0 0 no-repeat; width: 123px; |