feat: Improve CTA box styling with centered alignment and heading support
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user