Skip to content

Commit

Permalink
fix: Footer CTA banner UI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Santhosh-testsigma committed Sep 12, 2023
1 parent 15d48e4 commit 2de6fac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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 @@ -340,5 +340,6 @@
font-weight: 600;
font-size: 18px;
height: fit-content;
text-align: center;
}
}

0 comments on commit 2de6fac

Please sign in to comment.