Skip to content

Commit

Permalink
Justify text in the paragraphs of the large portrait cards.
Browse files Browse the repository at this point in the history
  • Loading branch information
HaudinFlorence committed Nov 15, 2024
1 parent a7a5734 commit f4cc0be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/about/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@ div .join_the_team_text {
padding: var(--ifm-spacing-xl) var(--ifm-spacing-xl);
}

.large_portrait_card p {
text-align: justify;
}

.subteam_container {
margin: var(--ifm-spacing-3xl) var(--ifm-spacing-2xl);
}
Expand Down

0 comments on commit f4cc0be

Please sign in to comment.