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.
crates-heading
1 parent eb67121 commit 958fa74Copy full SHA for 958fa74
app/styles/crate.scss
@@ -30,7 +30,7 @@
30
padding-left: 10px;
31
padding-right: 10px;
32
}
33
- h2 { color: $main-color-light; padding-left: 10px; }
+ h2, small { color: $main-color-light; padding-left: 10px; }
34
.right {
35
flex: 2;
36
display: flex;
app/templates/crates.hbs
@@ -1,13 +1,11 @@
1
{{ title 'Crates' }}
2
3
<div class="crates-heading">
4
- <div class='info'>
+ <h1>
5
{{svg-jar "crate"}}
6
- <h1>All Crates</h1>
7
- </div>
8
- {{#if this.letter}}
9
- <h2>starting with '{{ this.letter }}'</h2>
10
- {{/if}}
+ All Crates
+ <small>starting with '{{this.letter}}'</small>
+ </h1>
11
</div>
12
13
<div id='selection'>
0 commit comments