Skip to content

Commit

Permalink
🐛 fix issues with team image
Browse files Browse the repository at this point in the history
  • Loading branch information
chase-manning committed Jul 29, 2023
1 parent 82393da commit 23c1dcc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Team.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,15 @@

.team-member-image {
width: 100%;
min-height: 100%;
}

.team-member-image-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
min-height: 100%;
opacity: 0;
transition: opacity 0.3s ease-in-out;
border-radius: 2.4rem;
Expand Down

0 comments on commit 23c1dcc

Please sign in to comment.