diff options
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; |