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 = @'