diff --git a/services/web/public/stylesheets/components/navbar.less b/services/web/public/stylesheets/components/navbar.less index 5079b10b7e..b7255a2f74 100755 --- a/services/web/public/stylesheets/components/navbar.less +++ b/services/web/public/stylesheets/components/navbar.less @@ -384,24 +384,13 @@ position: absolute; top: 5px; bottom: 5px; - width: 135px; + width: 160px; padding: 0; - background-image: url('/img/logo.png'); + background-image: url('/img/brand/logo-horizontal.svg'); background-size: contain; background-repeat: no-repeat; background-position: left center; } - @media - only screen and (-webkit-min-device-pixel-ratio: 2), - only screen and ( min--moz-device-pixel-ratio: 2), - only screen and ( -o-min-device-pixel-ratio: 2/1), - only screen and ( min-device-pixel-ratio: 2), - only screen and ( min-resolution: 192dpi), - only screen and ( min-resolution: 2dppx) { - .navbar-brand { - background-image: url('/img/logo@2x.png'); - } - } .navbar-text { color: @navbar-default-color;