From 1ca63645dc79c70ddcf1a3cb267b44bec0239d93 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Sun, 29 Jun 2025 04:35:25 -0400 Subject: [PATCH] Update StackMonkey.ps1 --- StackMonkey.ps1 | 294 ++++++++++++++++++++++++------------------------ 1 file changed, 147 insertions(+), 147 deletions(-) diff --git a/StackMonkey.ps1 b/StackMonkey.ps1 index 6450328..b0a2e0d 100644 --- a/StackMonkey.ps1 +++ b/StackMonkey.ps1 @@ -856,163 +856,163 @@ function Invoke-ScriptMonkey { # # 1) Inline your full original CSS here # -$style = @' - + @media (max-width:768px) { + .container { flex-direction:column; } + .sidebar { width:100%; } + } + '@ $script = @'