From 833d7f6e9da019b8e47d065d810857b25068bdb6 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Sun, 29 Jun 2025 04:43:16 -0400 Subject: [PATCH] Update FStackMonkey.ps1 --- StackMonkey.ps1 => FStackMonkey.ps1 | 678 ++++++++++++++-------------- 1 file changed, 339 insertions(+), 339 deletions(-) rename StackMonkey.ps1 => FStackMonkey.ps1 (78%) diff --git a/StackMonkey.ps1 b/FStackMonkey.ps1 similarity index 78% rename from StackMonkey.ps1 rename to FStackMonkey.ps1 index 57fd154..1f43320 100644 --- a/StackMonkey.ps1 +++ b/FStackMonkey.ps1 @@ -857,413 +857,413 @@ function Invoke-ScriptMonkey { # 1) Inline your full original CSS here # $style = @' - + /* Tag line */ + #tagline { + font-size: 1.2rem; + color: var(--light-gray-color); + font-weight: bold; + justify-self: center; + } + + @media (max-width:768px) { + .container { flex-direction:column; } + .sidebar { width:100%; } + } + '@ $script = @'