diff --git a/src/components/CardInfo/styles.ts b/src/components/CardInfo/styles.ts index 315f705..45a32b6 100644 --- a/src/components/CardInfo/styles.ts +++ b/src/components/CardInfo/styles.ts @@ -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;