1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-05-29 22:37:44 +02:00

fix: improve wording

This commit is contained in:
2024-01-23 23:59:10 +01:00
parent b91f3165b7
commit bac65ad61a
10 changed files with 93 additions and 71 deletions

View File

@ -35,7 +35,7 @@ export const PortfolioItem = (props: PortfolioItemProps): JSX.Element => {
<h3 className="my-6 text-xl font-semibold text-yellow dark:text-yellow-dark">
{title}
</h3>
<p className="my-6">{description}</p>
<p className="my-6 mx-2">{description}</p>
</div>
</a>
</ShadowContainer>