Skip to content

Commit

Permalink
Fix Volunteeer Section CSS
Browse files Browse the repository at this point in the history
Signed-off-by: Vipul Gupta (@vipulgupta2048) <[email protected]>
  • Loading branch information
vipulgupta2048 committed Jun 3, 2024
1 parent 4af1c47 commit 6f12849
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/components/Reusables/VolunteerItem/VolunteerItem.module.css
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
.team {
position: relative;
height: 40rem;
width: clamp(60%, 100%, 100%);
height: 30rem;
width: 90%
}

.team__container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
align-items: center;
overflow-y: hidden;
padding-right: 20rem;
flex-direction: column;
margin: 0 var(--margin-small);
border-radius: 1rem;
height: 100%;
position: relative;
cursor: pointer;
}

Expand Down Expand Up @@ -54,7 +55,7 @@

@media screen and (max-width: 1024px) {
.team {
height: 35rem;
height: 30rem;
}
}

Expand All @@ -66,6 +67,6 @@

@media screen and (max-width: 325px) {
.team {
height: 25rem;
height: 20rem;
}
}

0 comments on commit 6f12849

Please sign in to comment.