From 23c1dcc95973a064aa9504fc01ae81089c7b9ce4 Mon Sep 17 00:00:00 2001 From: chase-manning Date: Sat, 29 Jul 2023 17:27:47 +0100 Subject: [PATCH] :bug: fix issues with team image --- src/components/Team.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/Team.css b/src/components/Team.css index 2a3c846..83dec30 100644 --- a/src/components/Team.css +++ b/src/components/Team.css @@ -40,6 +40,7 @@ .team-member-image { width: 100%; + min-height: 100%; } .team-member-image-overlay { @@ -47,6 +48,7 @@ top: 0; left: 0; width: 100%; + min-height: 100%; opacity: 0; transition: opacity 0.3s ease-in-out; border-radius: 2.4rem;