Skip to content

Commit

Permalink
Merge pull request #98 from hlxsites/footer-issue
Browse files Browse the repository at this point in the history
added media query for 479px separately
  • Loading branch information
pardeepgera23 authored Nov 10, 2023
2 parents 116aa7c + cfc76d3 commit ec6f413
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions blocks/footer/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@
}
}

@media (max-width: 479px){
.footer-wrapper div#footer-black div {
padding: 0 10px;
}
}

.social-icons.clearfix img {
max-width: 44px;
}
Expand Down

0 comments on commit ec6f413

Please sign in to comment.