diff --git a/www/index.html b/www/index.html index 742d0029f1..ec82649861 100644 --- a/www/index.html +++ b/www/index.html @@ -129,7 +129,6 @@

An installer for the systems programming language
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
@@ -142,7 +141,6 @@

An installer for the systems programming language Copied! -
@@ -177,7 +175,6 @@

An installer for the systems programming language -

To install Rust, if you are running Unix,
run the following in your terminal, then follow the onscreen instructions.

-
diff --git a/www/rustup.css b/www/rustup.css index d0f4a04b76..36f05e40fd 100644 --- a/www/rustup.css +++ b/www/rustup.css @@ -114,7 +114,6 @@ body#idx p.other-platforms-help { } .instructions > * { - width: 45rem; margin-left: auto; margin-right: auto; } @@ -131,7 +130,7 @@ hr { #platform-instructions-win-arm64 > p, #platform-instructions-default > p, #platform-instructions-unknown > p { - width: 40rem; + width: 80%; } .rustup-command::before { @@ -143,7 +142,6 @@ hr { .rustup-command { color: black; padding: 1rem 1rem 1rem 0; - width: 45rem; height: auto; text-align: center; border-radius: 3px 0 0 3px; @@ -153,6 +151,7 @@ hr { white-space: nowrap; height: 26px; line-height: 26px; + overflow-x: auto; } #platform-instructions-unix div.copy-container, @@ -163,6 +162,8 @@ hr { #platform-instructions-unknown div.copy-container { display: flex; align-items: center; + width: 90%; + justify-content: center; } #platform-instructions-unix button.copy-button,