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 44a864d commit acef39aCopy full SHA for acef39a
app/styles/home.scss
@@ -34,7 +34,7 @@
34
border-bottom: 5px solid $gray-border;
35
padding-bottom: 40px;
36
37
- h1 { font-size: 60px; }
+ h1 { font-size: 50px; }
38
39
.links a:not(:first-child) {
40
margin: 0 20px;
app/templates/index.hbs
@@ -1,5 +1,5 @@
1
<div id='title-header'>
2
- <h1>The Rust community's crate hosting service</h1>
+ <h1>The Rust community's crate host</h1>
3
4
<div class='links'>
5
{{#link-to "install" class='yellow-button'}}
0 commit comments