From 80bd14fddcb61a153aae260b19d77e643f15f229 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Thu, 27 Nov 2025 18:18:51 -0500 Subject: [PATCH] Update StackMonkey.ps1 --- StackMonkey.ps1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/StackMonkey.ps1 b/StackMonkey.ps1 index 4f49f79..b275ed0 100644 --- a/StackMonkey.ps1 +++ b/StackMonkey.ps1 @@ -826,6 +826,10 @@ $style = @' color: #ff4d4d; /* big red */ font-weight: 900; text-transform: uppercase; + + /* ⬇️ these two lines are the important part */ + grid-column: 1 / -1; /* span across both grid columns */ + text-align: center; /* center the text itself */ } @media (max-width:768px) {