Skip to content

Commit f4cc0be

Browse files
Justify text in the paragraphs of the large portrait cards.
1 parent a7a5734 commit f4cc0be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/about/styles.module.css

+4
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,10 @@ div .join_the_team_text {
169169
padding: var(--ifm-spacing-xl) var(--ifm-spacing-xl);
170170
}
171171

172+
.large_portrait_card p {
173+
text-align: justify;
174+
}
175+
172176
.subteam_container {
173177
margin: var(--ifm-spacing-3xl) var(--ifm-spacing-2xl);
174178
}

0 commit comments

Comments
 (0)