fix: cta button color

This commit is contained in:
Hossein Mehrabi 2023-12-15 18:12:10 +03:30
parent 4ea0108ac7
commit 103ed83fd1
No known key found for this signature in database
GPG Key ID: 45C04964191AFAA1
1 changed files with 4 additions and 0 deletions

View File

@ -105,6 +105,10 @@ section p {
box-sizing: border-box;
}
.cta button * {
color: black;
}
@media (max-width: 575px) {
.container {
padding: 52px 0;