Skip to content

Commit

Permalink
Merge pull request #180 from HaudinFlorence/fix_style_on_LargePortrai…
Browse files Browse the repository at this point in the history
…tCard_in_mobile_design

Justify text in the paragraphs of the large portrait cards.
  • Loading branch information
SylvainCorlay authored Nov 15, 2024
2 parents 4405bd8 + f4cc0be commit 56df665
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 56df665

Please sign in to comment.