From 14e22fc651a9aa78e545bd931c7a8cda63d8c545 Mon Sep 17 00:00:00 2001 From: Florence Haudin Date: Mon, 7 Jul 2025 11:40:33 +0200 Subject: [PATCH 1/2] Update LargePortraitCard style for desktop design. --- src/components/about/LargePortraitCard.tsx | 4 ++-- src/components/about/styles.module.css | 9 +++++---- static/rss.xml | 2 +- static/rss_all.xml | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/src/components/about/LargePortraitCard.tsx b/src/components/about/LargePortraitCard.tsx index 0ad6cb71..d97f4879 100644 --- a/src/components/about/LargePortraitCard.tsx +++ b/src/components/about/LargePortraitCard.tsx @@ -11,7 +11,7 @@ export function Distinction({ person }) { return (
{HasPersonDistinction ? ( -
-
+
diff --git a/src/components/about/styles.module.css b/src/components/about/styles.module.css index 3a1f74a0..576e09a3 100644 --- a/src/components/about/styles.module.css +++ b/src/components/about/styles.module.css @@ -53,14 +53,15 @@ div .row { margin-right: 0; } -.bio_container { +.bio_container p { font-family: var(--ifm-font-family-roboto); - font-size: 14px; + font-size: 18px; font-style: normal; font-weight: 400; line-height: 24px; letter-spacing: 0.5px; - color: var(--ifm-color-primary-p2); + color: var(--ifm-color-primary-p2); + text-align: justify; } .small_card_complete_name { @@ -261,7 +262,7 @@ div .join_the_team_text { } .large_portrait_card { - width: 920px; + width: 976px; padding: var(--ifm-spacing-xl) var(--ifm-spacing-2xl); } diff --git a/static/rss.xml b/static/rss.xml index 052cf19e..7274746c 100644 --- a/static/rss.xml +++ b/static/rss.xml @@ -4,7 +4,7 @@ https://quantstack.net RSS for Node - Sat, 05 Jul 2025 08:50:09 GMT + Mon, 07 Jul 2025 08:43:43 GMT diff --git a/static/rss_all.xml b/static/rss_all.xml index d8970ddf..796b05c2 100644 --- a/static/rss_all.xml +++ b/static/rss_all.xml @@ -4,7 +4,7 @@ https://quantstack.net RSS for Node - Sat, 05 Jul 2025 08:50:09 GMT + Mon, 07 Jul 2025 08:43:43 GMT From 635ace8c81028d859404f16d8b4c26911ce867e2 Mon Sep 17 00:00:00 2001 From: Florence Haudin Date: Mon, 7 Jul 2025 11:47:13 +0200 Subject: [PATCH 2/2] Update text font size. --- src/components/about/styles.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/about/styles.module.css b/src/components/about/styles.module.css index 576e09a3..b7521283 100644 --- a/src/components/about/styles.module.css +++ b/src/components/about/styles.module.css @@ -55,7 +55,7 @@ div .row { .bio_container p { font-family: var(--ifm-font-family-roboto); - font-size: 18px; + font-size: 16px; font-style: normal; font-weight: 400; line-height: 24px;