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 53105b8 commit 33d490aCopy full SHA for 33d490a
css/style.css
@@ -501,3 +501,25 @@ ul.laundry-list {
501
margin: 0 0 0 2rem;
502
padding: 0;
503
}
504
+
505
+.installer-table {
506
+ display: flex;
507
+ margin: 2rem;
508
+ justify-content: space-around;
509
+}
510
511
+.installer-table > div > div > span {
512
+ float: left;
513
+ margin-left: 1em;
514
+ margin-right: 1em;
515
516
517
+.rustup-init-table {
518
519
520
521
522
523
+.rustup-init-table > div > a {
524
+ display: block;
525
0 commit comments