Skip to content

Commit

Permalink
#24 & #29 hover states and sizing for social icons
Browse files Browse the repository at this point in the history
  • Loading branch information
pipercucu committed Oct 19, 2023
1 parent 1dd950e commit 125cf25
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/socials/team/foundation.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/components/Community.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
5 changes: 5 additions & 0 deletions src/components/HeroContent.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,9 @@
.social {
margin-left: 1rem;
height: 1.8rem;
width: 2rem;
}

.social:hover {
transform: scale(1.15);
}
4 changes: 4 additions & 0 deletions src/components/Team.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@
cursor: pointer;
}

.team-member-social-link:hover {
transform: scale(1.15);
}

.team-member-social-image {
height: 2.4rem;

Expand Down

0 comments on commit 125cf25

Please sign in to comment.