feat: Improve CTA box styling with centered alignment and heading support

This commit is contained in:
mik-tf
2025-10-16 11:46:06 -04:00
parent 457c87ecd4
commit dde7ded17a

View File

@@ -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 {