Update StackMonkey.ps1

This commit is contained in:
2025-11-27 18:18:51 -05:00
parent 3c8f62e010
commit 80bd14fddc

View File

@@ -826,6 +826,10 @@ $style = @'
color: #ff4d4d; /* big red */ color: #ff4d4d; /* big red */
font-weight: 900; font-weight: 900;
text-transform: uppercase; 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) { @media (max-width:768px) {