Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane committed Jan 26, 2025
1 parent 401a5e7 commit 1d80f8b
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,10 @@
.companiesIcons {
display: flex;
gap: 2px;
> * { flex-shrink: 0; min-width: 0;}
> * {
flex-shrink: 0;
min-width: 0;
}
}
.companiesText {}

Expand Down

0 comments on commit 1d80f8b

Please sign in to comment.