Skip to content

Commit 2be0222

Browse files
Molly FinkleMolly Finkle
authored andcommitted
more prominent yelp attribution
1 parent 4e9d326 commit 2be0222

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@
2828
<div class="container">
2929
<img class="pc-darwin hidden-xs" src="pre-commit-darwin.png">
3030
<h1>
31-
<a href="http://github.com/pre-commit/pre-commit">pre-commit</a>
31+
<a href="http://github.com/pre-commit/pre-commit">
32+
pre-commit
33+
<span>by Yelp</span>
34+
</a>
3235
</h1>
3336
<p>A framework for managing and maintaining multi-language pre-commit hooks.</p>
3437
</div>

scss/main.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,14 @@ pre {
4646
}
4747

4848
h1 {
49+
font-weight: bold;
4950
margin: 40px 0 20px;
5051

52+
span {
53+
font-size: $font-size-h2;
54+
font-weight: normal;
55+
}
56+
5157
a {
5258
color: $pc-yellow;
5359

0 commit comments

Comments
 (0)