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 11.team {
22 position : relative;
3- height : 40 rem ;
4- width : clamp ( 60 % , 100 % , 100 % );
3+ height : 30 rem ;
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
5455
5556@media screen and (max-width : 1024px ) {
5657 .team {
57- height : 35 rem ;
58+ height : 30 rem ;
5859 }
5960}
6061
6667
6768@media screen and (max-width : 325px ) {
6869 .team {
69- height : 25 rem ;
70+ height : 20 rem ;
7071 }
7172}
You can’t perform that action at this time.
0 commit comments