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
ff6caf7c
Commit
ff6caf7c
authored
6 months ago
by
Traboulsi
Browse files
Options
Download
Email Patches
Plain Diff
Update public/assets/css/main.css
parent
743405ee
Pipeline
#10240
passed with stage
in 8 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/assets/css/main.css
+8
-0
public/assets/css/main.css
with
8 additions
and
0 deletions
+8
-0
public/assets/css/main.css
+
8
-
0
View file @
ff6caf7c
...
...
@@ -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
{
...
...
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