Skip to content

Commit

Permalink
Merge pull request #55 from hlxsites/bug/footer
Browse files Browse the repository at this point in the history
alignment issues on footer links
  • Loading branch information
pardeepgera23 authored Oct 27, 2023
2 parents 4ed9609 + 11a168b commit c446dc3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions blocks/footer/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@

@media (max-width: 767px){
.footer-wrapper div#footer-black div {
display: block;
display: flex;
flex-direction: column;
text-align: left;
align-items: flex-start;
}
}

Expand All @@ -39,7 +42,7 @@
.footer-wrapper div#footer-orange .outer{
grid-template-columns: 1fr;
}

.footer-wrapper div#footer-orange .outer .social-icons{
display: flex;
justify-content: flex-end;
Expand Down

0 comments on commit c446dc3

Please sign in to comment.