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

---
 public/assets/css/main.css | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/public/assets/css/main.css b/public/assets/css/main.css
index 7826ab8..733d848 100644
--- a/public/assets/css/main.css
+++ b/public/assets/css/main.css
@@ -1787,15 +1787,16 @@ section,
 .team .team-member .member-img {
   position: relative;
   overflow: hidden;
-   width: 200px; /* Set your desired width */
+  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 */
-}
+  width: 100%; 
+  height: 100%;
+  object-fit: cover; 
+}*/
 
 .team .team-member .member-img:after {
   position: absolute;
-- 
GitLab