File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
src/components/Reusables/VolunteerItem Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
.team {
2
2
position : relative;
3
- height : 40 rem ;
4
- width : clamp ( 60 % , 100 % , 100 % );
3
+ height : 30 rem ;
4
+ width : 90 %
5
5
}
6
6
7
7
.team__container {
8
8
display : flex;
9
- flex-direction : column;
10
- align-items : center;
11
9
justify-content : center;
10
+ align-items : center;
11
+ overflow-y : hidden;
12
+ padding-right : 20rem ;
13
+ flex-direction : column;
12
14
margin : 0 var (--margin-small );
13
15
border-radius : 1rem ;
14
16
height : 100% ;
15
- position : relative;
16
17
cursor : pointer;
17
18
}
18
19
54
55
55
56
@media screen and (max-width : 1024px ) {
56
57
.team {
57
- height : 35 rem ;
58
+ height : 30 rem ;
58
59
}
59
60
}
60
61
66
67
67
68
@media screen and (max-width : 325px ) {
68
69
.team {
69
- height : 25 rem ;
70
+ height : 20 rem ;
70
71
}
71
72
}
You can’t perform that action at this time.
0 commit comments