Skip to content

Commit

Permalink
alignment issues on footer links
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinaykumargujja committed Oct 26, 2023
1 parent d58a41d commit 11a168b
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 11a168b

Please sign in to comment.