Skip to content

Commit

Permalink
Merge pull request #6 from vgeruso/5-tirar-justify-do-sobre-mim
Browse files Browse the repository at this point in the history
[FIX] align text "sobre mim"
  • Loading branch information
vgeruso authored Sep 11, 2024
2 parents 2388b2e + dabcd9f commit cbc0798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CardInfo/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export const ContainerAbout = styled.div`
`;

export const Pargraph = styled.p`
text-align: justify;
text-align: left;
text-justify: inter-word;
color: #cecece;
padding-left: 45px;
Expand Down

0 comments on commit cbc0798

Please sign in to comment.