From 5e7d761b22c4ae9b90cdda98a97b16cf0fe7472a Mon Sep 17 00:00:00 2001 From: BreizhHardware Date: Tue, 15 Oct 2024 15:49:39 +0200 Subject: [PATCH] Fix card size to better fit with Arthur name --- src/components/team/team.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/team/team.css b/src/components/team/team.css index 35851b6..e6c8a13 100644 --- a/src/components/team/team.css +++ b/src/components/team/team.css @@ -43,7 +43,7 @@ } .team-member { - width: 150px; + width: 200px; display: flex; flex-direction: column; justify-content: space-between;