diff options
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; } |