From ff6caf7c7667d945faee85e7b9067d6cc9a237e0 Mon Sep 17 00:00:00 2001
From: Traboulsi <salam.traboulsi@hft-stuttgart.de>
Date: Fri, 27 Sep 2024 09:16:51 +0000
Subject: [PATCH] Update public/assets/css/main.css

---
 public/assets/css/main.css | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/public/assets/css/main.css b/public/assets/css/main.css
index 00d40ed..7826ab8 100644
--- a/public/assets/css/main.css
+++ b/public/assets/css/main.css
@@ -1787,6 +1787,14 @@ section,
 .team .team-member .member-img {
   position: relative;
   overflow: hidden;
+   width: 200px; /* Set your desired width */
+  height: 200px; /* Set your desired height */
+}
+
+.team .team-member .member-img img {
+  width: 100%; /* Ensure the image covers the width */
+  height: 100%; /* Ensure the image covers the height */
+  object-fit: cover; /* Ensures the image covers the area without distortion */
 }
 
 .team .team-member .member-img:after {
-- 
GitLab