Skip to content

Commit 829df13

Browse files
authored
Update Join_us.html
1 parent ffc511f commit 829df13

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pages/Join_us.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,16 @@
2222
.carousel {
2323
position: relative;
2424
max-width: 600px;
25-
max-height: 600px;
25+
max-height: 400px;
2626
margin: 30px auto;
2727
overflow: hidden;
2828
border-radius: 12px;
29-
box-shadow: 0 2px 12px rgba(0,0,0,0.10);
29+
box-shadow: 0 5px 20px rgba(0,0,0,0.10);
3030
}
3131
.carousel-images img {
3232
width: 100%;
33-
display: none;
33+
height: 100%
34+
display: flex;
3435
transition: opacity 0.5s;
3536
}
3637
.carousel-images img.active {

0 commit comments

Comments
 (0)