Skip to content

Commit

Permalink
fix: fixed spacing between words
Browse files Browse the repository at this point in the history
  • Loading branch information
DavitBakhutashvili committed Oct 1, 2023
1 parent 4123ea3 commit 2a7275b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const StyledTextWrapper = styled.div`
align-items: center;
flex-wrap: wrap;
& > * {
margin-right: 5px;
margin-right: 3px;
}
`

Expand Down

0 comments on commit 2a7275b

Please sign in to comment.