File tree 2 files changed +8
-3
lines changed
templates/components/tools
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -732,3 +732,6 @@ section header {
732
732
/* Tachyons is missing this class */
733
733
max-height : 5rem ;
734
734
}
735
+ #platform-instructions-win div :first-child {
736
+ max-width : 80% ;
737
+ }
Original file line number Diff line number Diff line change 4
4
<pre ><code class =" db w-100" >curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh</code ></pre >
5
5
</div >
6
6
<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 >
10
12
<p >{{ fluent " tools-rustup-wsl" }} </p >
11
13
<pre ><code class =" db w-100" >curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh</code ></pre >
12
14
</div >
You can’t perform that action at this time.
0 commit comments