Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
zedflow
test-k1
Commits
3a8f34a0
Commit
3a8f34a0
authored
5 months ago
by
Traboulsi
Browse files
Options
Download
Email Patches
Plain Diff
Update public/assets/css/main.css
parent
ff6caf7c
master
Pipeline
#10243
passed with stage
in 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/assets/css/main.css
+6
-5
public/assets/css/main.css
with
6 additions
and
5 deletions
+6
-5
public/assets/css/main.css
+
6
-
5
View file @
3a8f34a0
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets