Skip to content

Commit 2a51f6c

Browse files
author
Jordan McCullough
committed
Merge pull request #276 from github/retinafy-logo
Update logo style to retina-ready
2 parents c23c51d + fb85394 commit 2a51f6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_stylesheets/page.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@ header{
154154
width: 185px;
155155
text-indent: -999px;
156156
overflow: hidden;
157-
background: url('../images/gh-training-logo-1x.png') no-repeat center center;
157+
background: url('../images/gh-training-logo-2x.png') no-repeat center center;
158+
background-size: contain;
158159
}
159160
}
160161

0 commit comments

Comments
 (0)