Update StackMonkey.ps1
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user