diff options
| author | neko | 2026-01-14 19:28:34 +0000 |
|---|---|---|
| committer | GitHub | 2026-01-14 19:28:34 +0000 |
| commit | 219a9b967d8bc98f1c67c289e880daa3d10dea04 (patch) | |
| tree | c0c15ed591e638f246383665395251e4f2e0573f | |
| parent | 685a4f9f89931f891e56b8c8cfda904a6017a086 (diff) | |
| download | massgrave.dev-219a9b967d8bc98f1c67c289e880daa3d10dea04.zip | |
Update front page style
| -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; |
