Commit 3a8f34a0 authored by Traboulsi's avatar Traboulsi
Browse files

Update public/assets/css/main.css

parent ff6caf7c
No related merge requests found
Pipeline #10243 passed with stage
in 7 seconds
Showing with 6 additions and 5 deletions
+6 -5
...@@ -1787,15 +1787,16 @@ section, ...@@ -1787,15 +1787,16 @@ section,
.team .team-member .member-img { .team .team-member .member-img {
position: relative; position: relative;
overflow: hidden; overflow: hidden;
width: 200px; /* Set your desired width */ width: 200px; /* Set your desired width */
height: 200px; /* Set your desired height */ height: 200px; /* Set your desired height */
} }
/*
.team .team-member .member-img img { .team .team-member .member-img img {
width: 100%; /* Ensure the image covers the width */ width: 100%;
height: 100%; /* Ensure the image covers the height */ height: 100%;
object-fit: cover; /* Ensures the image covers the area without distortion */ object-fit: cover;
} }*/
.team .team-member .member-img:after { .team .team-member .member-img:after {
position: absolute; position: absolute;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment