We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e9d326 commit 2be0222Copy full SHA for 2be0222
index.html
@@ -28,7 +28,10 @@
28
<div class="container">
29
<img class="pc-darwin hidden-xs" src="pre-commit-darwin.png">
30
<h1>
31
- <a href="http://github.com/pre-commit/pre-commit">pre-commit</a>
+ <a href="http://github.com/pre-commit/pre-commit">
32
+ pre-commit
33
+ <span>by Yelp</span>
34
+ </a>
35
</h1>
36
<p>A framework for managing and maintaining multi-language pre-commit hooks.</p>
37
</div>
scss/main.scss
@@ -46,8 +46,14 @@ pre {
46
}
47
48
h1 {
49
+ font-weight: bold;
50
margin: 40px 0 20px;
51
52
+ span {
53
+ font-size: $font-size-h2;
54
+ font-weight: normal;
55
+ }
56
+
57
a {
58
color: $pc-yellow;
59
0 commit comments