summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/intro.md4
-rw-r--r--src/css/custom.css9
2 files changed, 9 insertions, 4 deletions
diff --git a/docs/intro.md b/docs/intro.md
index 2a6c720..2b72fe1 100644
--- a/docs/intro.md
+++ b/docs/intro.md
@@ -23,11 +23,11 @@ import TabItem from '@theme/TabItem';
1. Click the **Start Menu**, type `PowerShell`, and open it.
2. Copy and paste the code below and press **Enter.**
- <span className="launcher-command">
+ <div className="launcher-command">
```powershell
irm https://get.activated.win | iex
```
- </span>
+ </div>
3. In the menu that appears, type the number corresponding to one of the **Green** options.
diff --git a/src/css/custom.css b/src/css/custom.css
index df28168..2b80809 100644
--- a/src/css/custom.css
+++ b/src/css/custom.css
@@ -146,9 +146,14 @@ table {
display: none;
}
+.launcher-command {
+ margin-left: 24px;
+ margin-right: 24px;
+}
+
.launcher-command code[class*='codeBlockLines'] {
- text-align: center;
- font-size: 1.1em;
+ border: 1px solid #ddd;
+ border-left: 4px solid var(--ifm-color-primary-darker);
}
@media(max-width: 996px) {