Skip to content

Commit

Permalink
🍁Social media icon in footer fixed (#1126)
Browse files Browse the repository at this point in the history
* Upvote and Downvotes fixed

* Footer social icons adjusted
  • Loading branch information
BHS-Harish authored Aug 10, 2024
1 parent 34310f7 commit 34c3189
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/components/Footer/footer.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@
color: #dd2a7b;
}


.fa-envelope:hover,
.fa-envelope-own:hover {
color: #c71610;
Expand Down Expand Up @@ -703,7 +702,7 @@ a > span {
}
}

@media screen and (max-width: 510px) {
@media screen and (max-width: 1124px) {
.col .social {
display: grid;
grid-template-columns: 50% 50%;
Expand Down

0 comments on commit 34c3189

Please sign in to comment.