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 0cf2114 commit a069eadCopy full SHA for a069ead
app/styles/app.scss
@@ -288,6 +288,13 @@ ul.dropdown {
288
h1 { font-size: 1.5em; }
289
}
290
291
+h1 {
292
+ span.subtitle {
293
+ display: block;
294
+ font-size: small;
295
+ }
296
+}
297
+
298
#p404 {
299
font-size: 120%;
300
line-height: 3em;
app/templates/application.hbs
@@ -10,7 +10,10 @@
10
height=100 width=100 />
11
{{/link-to}}
12
{{#link-to "index"}}
13
- <h1>CARGO</h1>
+ <h1>
14
+ CARGO
15
+ <span class="subtitle">packages for Rust</span>
16
+ </h1>
17
18
19
<form class='search' action='/search' {{ action "search" on="submit" }} >
0 commit comments