Skip to content

Commit

Permalink
fix errors icons fill
Browse files Browse the repository at this point in the history
  • Loading branch information
mafSida committed Aug 17, 2024
1 parent 6fc892a commit c4ad6bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ img {
display: flex;
gap: 24px;
padding: 0 16px;
justify-content: center;
}
.team-socials-item {
width: calc((100% - 3 * 24px) / 4);
Expand All @@ -330,6 +331,7 @@ img {
}

.socials-icon {
fill: #f4f4fd;
}

/* PRODUCT */
Expand Down

0 comments on commit c4ad6bc

Please sign in to comment.