From 125cf25d8482154cf216b5bf70c7df56476eb40a Mon Sep 17 00:00:00 2001 From: pipercucu Date: Thu, 19 Oct 2023 15:57:09 -0400 Subject: [PATCH] #24 & #29 hover states and sizing for social icons --- src/assets/socials/team/foundation.svg | 2 +- src/components/Community.css | 4 ++++ src/components/HeroContent.css | 5 +++++ src/components/Team.css | 4 ++++ 4 files changed, 14 insertions(+), 1 deletion(-) diff --git a/src/assets/socials/team/foundation.svg b/src/assets/socials/team/foundation.svg index d76972b..1bfc8b3 100644 --- a/src/assets/socials/team/foundation.svg +++ b/src/assets/socials/team/foundation.svg @@ -8,7 +8,7 @@ \ No newline at end of file diff --git a/src/components/Community.css b/src/components/Community.css index 75a6d55..b3ec8cc 100644 --- a/src/components/Community.css +++ b/src/components/Community.css @@ -118,6 +118,10 @@ cursor: pointer; } +.community-footer-social-link:hover { + transform: scale(1.15); +} + .community-footer-social-image { height: 2.8rem; margin-left: 1.2rem; diff --git a/src/components/HeroContent.css b/src/components/HeroContent.css index 9ed015f..b39e03a 100644 --- a/src/components/HeroContent.css +++ b/src/components/HeroContent.css @@ -65,4 +65,9 @@ .social { margin-left: 1rem; height: 1.8rem; + width: 2rem; +} + +.social:hover { + transform: scale(1.15); } diff --git a/src/components/Team.css b/src/components/Team.css index 38a9820..ccc3571 100644 --- a/src/components/Team.css +++ b/src/components/Team.css @@ -120,6 +120,10 @@ cursor: pointer; } +.team-member-social-link:hover { + transform: scale(1.15); +} + .team-member-social-image { height: 2.4rem;