Update samy.css

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

View File

@@ -265,21 +265,17 @@ body {
} }
/* Big red notice under tagline */ /* Big red notice under tagline */
.samy-hint { .samy-hint {
margin-top: 0.25rem; margin-top: 0.25rem;
font-size: 3rem; font-size: 3rem;
color: #ff4d4d; /* big red */ color: #ff4d4d;
font-weight: 900; font-weight: 900;
text-transform: uppercase; text-transform: uppercase;
align-self: center; /* center within flex parent only */
/* 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 {