Skip to content

Commit 33d490a

Browse files
feat(otherinstallers): add styles
1 parent 53105b8 commit 33d490a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

css/style.css

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,3 +501,25 @@ ul.laundry-list {
501501
margin: 0 0 0 2rem;
502502
padding: 0;
503503
}
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+
display: flex;
519+
margin: 2rem;
520+
justify-content: space-around;
521+
}
522+
523+
.rustup-init-table > div > a {
524+
display: block;
525+
}

0 commit comments

Comments
 (0)