Update samy.css

This commit is contained in:
2025-12-03 13:59:11 -05:00
parent b867da273e
commit ed488b005f

View File

@@ -264,6 +264,18 @@ body {
text-align: center; text-align: center;
} }
/* Big red notice under tagline */
.samy-hint {
margin-top: 0.25rem;
font-size: 3rem;
color: #ff4d4d;
font-weight: 900;
text-transform: uppercase;
text-align: center;
grid-column: 1 / -1; /* span both grid columns */
}
/* Responsive */ /* Responsive */
@media (max-width: 768px) { @media (max-width: 768px) {
.container { .container {