Skip to content

Commit

Permalink
fix 2x logo in responsive layout
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Aug 15, 2014
1 parent a86300a commit b9f4fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/static/less/responsive.less
Expand Up @@ -154,7 +154,7 @@
(min-device-pixel-ratio: 2) {

.big-logo {
background-image: url('/static/images/logo@2x.png');
background-image: url('/static/images/metacpan-logo@2x.png');
background-size: 326px;
}
}
Expand Down

0 comments on commit b9f4fc5

Please sign in to comment.