From baeedc71470e194ac04061818f434ac7430b706c Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Wed, 3 Dec 2025 12:22:54 -0500 Subject: [PATCH] Update samy.css --- samy.css | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/samy.css b/samy.css index 80c2ad2..c6a2fe2 100644 --- a/samy.css +++ b/samy.css @@ -265,21 +265,17 @@ body { } /* Big red notice under tagline */ - .samy-hint { +.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 {