diff options
Diffstat (limited to 'web/cobrands/makemyisland/layout.scss')
-rw-r--r-- | web/cobrands/makemyisland/layout.scss | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/web/cobrands/makemyisland/layout.scss b/web/cobrands/makemyisland/layout.scss index 69e455aa5..1cedb404e 100644 --- a/web/cobrands/makemyisland/layout.scss +++ b/web/cobrands/makemyisland/layout.scss @@ -1,2 +1,20 @@ @import "_colours"; + @import "../sass/layout"; + +#site-logo, +body.frontpage #site-logo { + margin-top: -8px; + margin-left: 10px; + height: 100px; + background: url(/cobrands/makemyisland/make-my-island-logo.gif) 0px 0px no-repeat; +} + +body.mappage #site-logo { + height: 60px; + background-size: contain; +} + +body.frontpage #site-logo { + margin-top: -35px; +} |