Skip to content

Commit ff6c69b

Browse files
authored
Update Join_us.html
1 parent e91e396 commit ff6c69b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

pages/Join_us.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,15 @@
2929
box-shadow: 0 2px 12px rgba(0,0,0,0.10);
3030
}
3131
.carousel-images img {
32-
width: 100%;
33-
height: 100%;
32+
position: absolute;
33+
top: 0;
34+
left: 0;
35+
width: 600px;
36+
height: 400px;
37+
object-fit: cover;
3438
display: none;
3539
transition: opacity 0.5s;
36-
}
40+
}
3741
.carousel-images img.active {
3842
display: block;
3943
opacity: 1;

0 commit comments

Comments
 (0)