Skip to content

Commit 41abb53

Browse files
committed
Make button look like a button
1 parent 050aa70 commit 41abb53

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

src/styles/app.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -732,3 +732,6 @@ section header {
732732
/* Tachyons is missing this class */
733733
max-height: 5rem;
734734
}
735+
#platform-instructions-win div:first-child {
736+
max-width: 80%;
737+
}

templates/components/tools/rustup.hbs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
<pre><code class="db w-100">curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh</code></pre>
55
</div>
66
<div id="platform-instructions-win" class="instructions dn">
7-
<p>{{fluent "tools-rustup-windows"}}</p>
8-
<a href="https://win.rustup.rs" class="button button-secondary">{{fluent "install-rustup-button"}}</a>
9-
<p><b>{{fluent "tools-rustup-wsl-heading"}}</b></p>
7+
<div>
8+
<p>{{fluent "tools-rustup-windows"}}</p>
9+
<a href="https://win.rustup.rs" class="button button-secondary">{{fluent "install-rustup-button"}}</a>
10+
</div>
11+
<h2>{{fluent "tools-rustup-wsl-heading"}}</h2>
1012
<p>{{fluent "tools-rustup-wsl"}}</p>
1113
<pre><code class="db w-100">curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh</code></pre>
1214
</div>

0 commit comments

Comments
 (0)