Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hustlernik committed Jan 18, 2025
1 parent 43f1b20 commit e2da1e3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/style/app.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -6406,6 +6406,13 @@ button[data-testid='createPostBtn'] {
color: var(--black-color);
}

/* people card */
.personImage_peoplecard {
border-radius: 50%;
margin-right: 25px;
max-width: 70px;
}

/* People.tsx */

.borderRounded8 {
Expand Down Expand Up @@ -6448,10 +6455,3 @@ button[data-testid='createPostBtn'] {
justify-content: space-between;
margin-right: 50px;
}

/* people card */
.personImage_peoplecard {
border-radius: 50%;
margin-right: 25px;
max-width: 70px;
}

0 comments on commit e2da1e3

Please sign in to comment.