diff options
| -rw-r--r-- | docs/intro.md | 2 | ||||
| -rw-r--r-- | src/css/custom.css | 10 |
2 files changed, 12 insertions, 0 deletions
diff --git a/docs/intro.md b/docs/intro.md index fe85a90..5b4c749 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -23,9 +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">
```powershell
irm https://get.activated.win | iex
```
+ </span>
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 eec5de0..df28168 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -114,6 +114,11 @@ align-items: center; text-align: center; margin: .1875em; + padding: .75em 1em; +} + +.tabs__item:first-child { + margin-left: 0; } .tabs__item--active { @@ -141,6 +146,11 @@ table { display: none; } +.launcher-command code[class*='codeBlockLines'] { + text-align: center; + font-size: 1.1em; +} + @media(max-width: 996px) { .navbar__items--right > .github-button { margin-right: 8px; |
