Commit 9aa6b2fe authored by Traboulsi's avatar Traboulsi
Browse files

Update public/assets/css/main.css

parent 3a8f34a0
No related merge requests found
Pipeline #10241 passed with stage
in 9 seconds
Showing with 4 additions and 4 deletions
+4 -4
...@@ -1787,16 +1787,16 @@ section, ...@@ -1787,16 +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: 300px; /* Set your desired width */
height: 200px; /* Set your desired height */ height: 300px; /* Set your desired height */
} }
/*
.team .team-member .member-img img { .team .team-member .member-img img {
width: 100%; width: 100%;
height: 100%; height: 100%;
object-fit: cover; 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