Update samy.css

This commit is contained in:
2025-12-03 11:50:21 -05:00
parent 21e80350fd
commit 8330be9ab5

View File

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