Skip to content
This repository has been archived by the owner on Aug 12, 2019. It is now read-only.

Fix GitHub icon in 'Telemetry Consent' page #65

Merged
merged 1 commit into from
Sep 3, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions styles/welcome.less
Original file line number Diff line number Diff line change
Expand Up @@ -163,17 +163,16 @@
.icon::before {
// Make these octicons look good inlined with text
position: relative;
top: 1px;
top: 4px;
width: auto;
margin-right: 0;
font-size: 1.5em;
}

.icon-logo-github::before {
// This Octicon has a lot of extra whitespace at the bottom, so it needs
// to be moved down more to compensate.
// See https://github.com/github/octicons/issues/59
top: 3px;
top: 2px;
font-size: 3.6em;
vertical-align: top;
}
}

Expand Down