From f4cc0be7be024457d76b8d3de10472e859c58e59 Mon Sep 17 00:00:00 2001 From: HaudinFlorence Date: Fri, 15 Nov 2024 17:30:24 +0100 Subject: [PATCH] Justify text in the paragraphs of the large portrait cards. --- src/components/about/styles.module.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/about/styles.module.css b/src/components/about/styles.module.css index 99d05377d..5c34dec62 100644 --- a/src/components/about/styles.module.css +++ b/src/components/about/styles.module.css @@ -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); }