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 fb01cf8 commit fad263fCopy full SHA for fad263f
src/styles/app.scss
@@ -555,7 +555,7 @@ blockquote::before {
555
.button.button-primary.button-download {
556
padding: 5px;
557
font-size: 1.5em;
558
- margin-top: 20px;
+ margin-top: 0;
559
}
560
561
templates/index.hbs
@@ -1,5 +1,5 @@
1
{{#*inline "page"}}
2
-<header>
+<header class="pt4 pt0-l">
3
<div class="container flex flex-column flex-row-l justify-between-l">
4
<div class="mw8-l">
5
<h1>Rust</h1>
@@ -8,7 +8,7 @@
8
systems programmer.
9
</h2>
10
</div>
11
- <div class="mt4 mt0-l">
+ <div>
12
<a class="button button-primary button-download ph4 mt0" href="/learn/get-started">
13
Get started
14
</a>
0 commit comments