Skip to content

Commit 055bc55

Browse files
Fix Volunteer Section CSS
Signed-off-by: Vipul Gupta (@vipulgupta2048) <[email protected]>
1 parent 4af1c47 commit 055bc55

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

Diff for: src/components/Reusables/VolunteerItem/VolunteerItem.module.css

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
.team {
22
position: relative;
3-
height: 40rem;
4-
width: clamp(60%, 100%, 100%);
3+
height: 30rem;
4+
width: 90%
55
}
66

77
.team__container {
88
display: flex;
9-
flex-direction: column;
10-
align-items: center;
119
justify-content: center;
10+
align-items: center;
11+
overflow-y: hidden;
12+
padding-right: 20rem;
13+
flex-direction: column;
1214
margin: 0 var(--margin-small);
1315
border-radius: 1rem;
1416
height: 100%;
15-
position: relative;
1617
cursor: pointer;
1718
}
1819

@@ -54,7 +55,7 @@
5455

5556
@media screen and (max-width: 1024px) {
5657
.team {
57-
height: 35rem;
58+
height: 30rem;
5859
}
5960
}
6061

@@ -66,6 +67,6 @@
6667

6768
@media screen and (max-width: 325px) {
6869
.team {
69-
height: 25rem;
70+
height: 20rem;
7071
}
7172
}

0 commit comments

Comments
 (0)