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 381e84e commit 00cfeacCopy full SHA for 00cfeac
app/styles/crate.scss
@@ -19,6 +19,7 @@
19
@include flex-direction(row-reverse);
20
@include align-items(center);
21
}
22
+ h3 { font-style: italic; }
23
@media only screen and (max-width: 650px) {
24
.right { display: none; }
25
app/templates/crate/version.hbs
@@ -30,6 +30,7 @@
30
</a>
31
--}}
32
</div>
33
+ <h3>… for Rust</h3>
34
35
36
{{! This is used to set the url of to actually download a file }}
0 commit comments