From dde7ded17a7fffb30c23fbc54493e2fb828c0f0f Mon Sep 17 00:00:00 2001 From: mik-tf Date: Thu, 16 Oct 2025 11:46:06 -0400 Subject: [PATCH] feat: Improve CTA box styling with centered alignment and heading support --- src/css/custom.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/css/custom.css b/src/css/custom.css index e1477c0..d9b4190 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -36,9 +36,11 @@ border-radius: 10px; margin: 2rem 0; color: white; + text-align: center; } -.cta-box h2 { +.cta-box h2, +.cta-box h3 { color: white; margin-top: 0; } @@ -48,6 +50,7 @@ gap: 1rem; margin-top: 1.5rem; flex-wrap: wrap; + justify-content: center; } .cta-link {