Skip to content

Commit 9f6f234

Browse files
committed
Add subtitle.
1 parent b6e9640 commit 9f6f234

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

app/styles/app.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,13 @@ ul.dropdown {
288288
h1 { font-size: 1.5em; }
289289
}
290290

291+
h1 {
292+
span.subtitle {
293+
display: block;
294+
font-size: small;
295+
}
296+
}
297+
291298
#p404 {
292299
font-size: 120%;
293300
line-height: 3em;

app/templates/application.hbs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
height=100 width=100 />
1111
{{/link-to}}
1212
{{#link-to "index"}}
13-
<h1>CARGO</h1>
13+
<h1>
14+
CARGO
15+
<span class="subtitle">packages for Rust</span>
16+
</h1>
1417
{{/link-to}}
1518

1619
<form class='search' action='/search' {{ action "search" on="submit" }} >

0 commit comments

Comments
 (0)