We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4af1c47 commit 055bc55Copy full SHA for 055bc55
src/components/Reusables/VolunteerItem/VolunteerItem.module.css
@@ -1,18 +1,19 @@
1
.team {
2
position: relative;
3
- height: 40rem;
4
- width: clamp(60%, 100%, 100%);
+ height: 30rem;
+ width: 90%
5
}
6
7
.team__container {
8
display: flex;
9
- flex-direction: column;
10
- align-items: center;
11
justify-content: center;
+ align-items: center;
+ overflow-y: hidden;
12
+ padding-right: 20rem;
13
+ flex-direction: column;
14
margin: 0 var(--margin-small);
15
border-radius: 1rem;
16
height: 100%;
- position: relative;
17
cursor: pointer;
18
19
@@ -54,7 +55,7 @@
54
55
56
@media screen and (max-width: 1024px) {
57
- height: 35rem;
58
59
60
61
@@ -66,6 +67,6 @@
66
67
68
@media screen and (max-width: 325px) {
69
- height: 25rem;
70
+ height: 20rem;
71
72
0 commit comments