Skip to content

Commit

Permalink
Chore: Update team member card
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoEC committed Aug 22, 2024
1 parent 7706403 commit 2d38f5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/TeamMember/Section/TeamMembers.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const TeamMembersContainer = styled.div`
padding: 1rem;
gap: 2rem;
column-count: 4;
width: fit-content;
box-sizing: border-box;
@media screen and (max-width: 1000px) {
column-count: 3;
Expand Down
2 changes: 1 addition & 1 deletion src/components/TeamMember/TeamMember.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const Wrapper = styled.label`
gap: 0.5rem;
flex-direction: column;
break-inside: avoid;
width: 16rem;
/* width: 16rem; */
box-shadow: 0 0 5px #cdcdcd;
background-color: white;
margin-bottom: 2rem;
Expand Down

0 comments on commit 2d38f5d

Please sign in to comment.