feat: Improve CTA box styling with centered alignment and heading support
This commit is contained in:
@@ -36,9 +36,11 @@
|
|||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
margin: 2rem 0;
|
margin: 2rem 0;
|
||||||
color: white;
|
color: white;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cta-box h2 {
|
.cta-box h2,
|
||||||
|
.cta-box h3 {
|
||||||
color: white;
|
color: white;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
@@ -48,6 +50,7 @@
|
|||||||
gap: 1rem;
|
gap: 1rem;
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cta-link {
|
.cta-link {
|
||||||
|
Reference in New Issue
Block a user