Update samy.css

This commit is contained in:
2025-12-03 12:22:54 -05:00
parent 07b7c8e124
commit baeedc7147

View File

@@ -268,18 +268,14 @@ body {
.samy-hint {
margin-top: 0.25rem;
font-size: 3rem;
color: #ff4d4d; /* big red */
color: #ff4d4d;
font-weight: 900;
text-transform: uppercase;
/* 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 */
align-self: center; /* center within flex parent only */
}
/* Responsive */
@media (max-width: 768px) {
.container {