diff --git a/samy.css b/samy.css index 92b0715..6f5d850 100644 --- a/samy.css +++ b/samy.css @@ -264,6 +264,18 @@ body { 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 */ @media (max-width: 768px) { .container {