From 509b88fba3b0cd08b0300e4123d5a06021b2834a Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 12 Nov 2015 01:07:07 +0300 Subject: fix @2x size --- src/main/webapp/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/webapp/style.css b/src/main/webapp/style.css index f980f14d..c327a8b7 100644 --- a/src/main/webapp/style.css +++ b/src/main/webapp/style.css @@ -24,6 +24,7 @@ background: url("//i.juick.com/logo.png") no-repeat; } @media screen and (-webkit-min-device-pixel-ratio: 2) { #logo a { background: url("//i.juick.com/logo_2x.png") no-repeat; + background-size: cover; } } nav#global { float: left; } -- cgit v1.2.3