Skip to content

Commit 77ba439

Browse files
committed
Push professorcat down 5px on the overview
1 parent e76e7ef commit 77ba439

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

content/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ layout: overview
1616
<h2>Get Started</h2>
1717
<p>New to the GitHub API? With these guides you’ll be up and running in a snap.</p>
1818
<a href="/guides/" class="button-secondary">View introduction guides</a>
19-
<img class="octocat" src="https://github.com/shared/images/professorcat.png">
19+
<img class="octocat professorcat" src="https://github.com/shared/images/professorcat.png">
2020
</li>
2121
<li>
2222
<h2>Libraries</h2>

static/shared/css/documentation.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,10 @@ a img {
431431
margin: 30px auto -20px;
432432
}
433433

434+
.highlights .octocat.professorcat {
435+
margin-top: 35px;
436+
}
437+
434438
.full-width-divider + .api-status {
435439
margin-top: -1px;
436440
}

0 commit comments

Comments
 (0)