Skip to content

Commit

Permalink
removed footer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinaykumargujja committed Oct 26, 2023
1 parent e636e2d commit c0717c1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions blocks/footer/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@

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

Expand All @@ -42,7 +39,6 @@
.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 c0717c1

Please sign in to comment.