From 34c318980d1742a36f3235b6548e89edd984a821 Mon Sep 17 00:00:00 2001 From: Balaharisankar Lakshmanaperumal <114602603+BHS-Harish@users.noreply.github.com> Date: Sat, 10 Aug 2024 09:04:05 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=81Social=20media=20icon=20in=20footer?= =?UTF-8?q?=20fixed=20(#1126)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Upvote and Downvotes fixed * Footer social icons adjusted --- frontend/src/components/Footer/footer.module.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/components/Footer/footer.module.scss b/frontend/src/components/Footer/footer.module.scss index 466cbf42..63cbc0b8 100644 --- a/frontend/src/components/Footer/footer.module.scss +++ b/frontend/src/components/Footer/footer.module.scss @@ -207,7 +207,6 @@ color: #dd2a7b; } - .fa-envelope:hover, .fa-envelope-own:hover { color: #c71610; @@ -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%;