From 219a9b967d8bc98f1c67c289e880daa3d10dea04 Mon Sep 17 00:00:00 2001 From: neko Date: Wed, 14 Jan 2026 19:28:34 +0000 Subject: Update front page style --- docs/intro.md | 2 ++ src/css/custom.css | 10 ++++++++++ 2 files changed, 12 insertions(+) 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.** + ```powershell irm https://get.activated.win | iex ``` + 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; -- cgit v1.2.3