diff options
author | Vitaly Takmazov | 2015-11-12 01:07:07 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2015-11-12 01:07:07 +0300 |
commit | 509b88fba3b0cd08b0300e4123d5a06021b2834a (patch) | |
tree | 051f6c1a6d0a54116cfb3333575ab0e1fe4086e2 /src/main/webapp | |
parent | f8356e51d21eb19216f6806720a113fd8baacb8f (diff) |
fix @2x size
Diffstat (limited to 'src/main/webapp')
-rw-r--r-- | src/main/webapp/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |