Skip to content

Commit

Permalink
responsive ui issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Santhosh-testsigma committed Sep 12, 2023
1 parent 2de6fac commit 52fe0ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 Down

0 comments on commit 52fe0ad

Please sign in to comment.