Skip to content

Commit

Permalink
Merge pull request #275 from testsigmahq/fix/CTA-UI-issue
Browse files Browse the repository at this point in the history
fix: Footer CTA banner UI issue
  • Loading branch information
Santhosh-testsigma authored Sep 12, 2023
2 parents 15d48e4 + 52fe0ad commit 44ee463
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/Footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@
}
.footer-cta{
background-color: #EFEFEF;
padding: 2rem 6rem;
padding: 2rem 3rem;
@media only screen and (max-width: 767px) {
padding: 2rem;
}
Expand All @@ -331,7 +331,7 @@
font-size: 24px !important;
line-height: 38px !important;
margin: 0 !important;
@media only screen and (max-width: 767px) {
@media only screen and (max-width: 1023px) {
flex: 0 0 100%;
padding: 0 0 2rem;
}
Expand All @@ -340,5 +340,6 @@
font-weight: 600;
font-size: 18px;
height: fit-content;
text-align: center;
}
}

0 comments on commit 44ee463

Please sign in to comment.