diff --git a/public/resources/css/module/_code.scss b/public/resources/css/module/_code.scss index c54f687233..9bcfc3c662 100644 --- a/public/resources/css/module/_code.scss +++ b/public/resources/css/module/_code.scss @@ -6,7 +6,6 @@ .cp_embed_iframe { overflow: hidden; - max-width: 100% !important; } diff --git a/public/resources/css/module/_main-nav.scss b/public/resources/css/module/_main-nav.scss index 44699d9128..ad110c8312 100644 --- a/public/resources/css/module/_main-nav.scss +++ b/public/resources/css/module/_main-nav.scss @@ -30,6 +30,11 @@ width: 135px; overflow: hidden; text-indent: -3000px; + + @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) { + background: url('/resources/images/logos/standard/logo-nav@2x.png') 0px 8px no-repeat; + background-size: 135px 36px; + } } } @@ -135,7 +140,6 @@ screen and (max-device-width: $phone-breakpoint), screen and (max-width: $tablet-breakpoint) { display: inline-block; - float: right; } } } \ No newline at end of file