Skip to content

Commit acef39a

Browse files
committed
Tweak branding on the front page
1 parent 44a864d commit acef39a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/styles/home.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
border-bottom: 5px solid $gray-border;
3535
padding-bottom: 40px;
3636

37-
h1 { font-size: 60px; }
37+
h1 { font-size: 50px; }
3838

3939
.links a:not(:first-child) {
4040
margin: 0 20px;

app/templates/index.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div id='title-header'>
2-
<h1>The Rust community's crate hosting service</h1>
2+
<h1>The Rust community's crate host</h1>
33

44
<div class='links'>
55
{{#link-to "install" class='yellow-button'}}

0 commit comments

Comments
 (0)