Update samy.css

This commit is contained in:
2025-12-03 12:18:29 -05:00
parent ab7c5af096
commit 07b7c8e124

View File

@@ -271,10 +271,15 @@ body {
color: #ff4d4d; /* big red */ color: #ff4d4d; /* big red */
font-weight: 900; font-weight: 900;
text-transform: uppercase; text-transform: uppercase;
text-align: center;
width: 100%; /* make it span the row */ /* center this element without affecting siblings */
display: block;
width: max-content; /* shrink to the text width */
margin-left: auto;
margin-right: auto; /* centers the block in its parent */
} }
/* Responsive */ /* Responsive */
@media (max-width: 768px) { @media (max-width: 768px) {
.container { .container {