Commit ff6caf7c authored by Traboulsi's avatar Traboulsi
Browse files

Update public/assets/css/main.css

parent 743405ee
No related merge requests found
Pipeline #10240 passed with stage
in 8 seconds
Showing with 8 additions and 0 deletions
+8 -0
......@@ -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 {
......
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