diff --git a/app/assets/stylesheets/home/footer.sass b/app/assets/stylesheets/home/footer.sass index 9657639..719f0c2 100644 --- a/app/assets/stylesheets/home/footer.sass +++ b/app/assets/stylesheets/home/footer.sass @@ -8,9 +8,10 @@ footer a.wcmc_unep float: right - background: image-url('wcmc-small-logo.png') no-repeat 0 0 + background: url('https://s3.amazonaws.com/wcmc.logo/UN-Environment-WCMC+logo+2017+grey.svg') no-repeat 0 0 background-size: contain - width: 77px + background-position: center + width: 90px height: 43px .reserved diff --git a/app/assets/stylesheets/home/header.sass b/app/assets/stylesheets/home/header.sass index ae654aa..2105f90 100644 --- a/app/assets/stylesheets/home/header.sass +++ b/app/assets/stylesheets/home/header.sass @@ -12,7 +12,10 @@ header .logo width: 75px height: 38px - background: image-url('logo.png') no-repeat + background: url('https://s3.amazonaws.com/wcmc.logo/UN-Environment-WCMC+logo+2017+white.svg') no-repeat + background-size: 100% + background-position: center + @media #{$retina} background-image: image-url('logo@2x.png')