Skip to content

Commit

Permalink
Fix viewport for team
Browse files Browse the repository at this point in the history
  • Loading branch information
AsteroidusTv committed Oct 14, 2024
1 parent 270f3f4 commit 1635342
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions styles/team.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@

@media screen and (max-width: 1760px) {
.team {
padding-right: 0px;
padding: 80px 0px 0px 0px;
}

.team-cards {
Expand All @@ -97,6 +97,10 @@
overflow-x: auto;
}

.member-card:first-child {
margin-left: 50px;
}

.member-card:last-child {
margin-right: 50px;
}
Expand Down Expand Up @@ -146,10 +150,6 @@
}

@media screen and (max-width: 500px) {
.team {
padding-left: 30px;
}

.team-cards {
gap: 3vw;
}
Expand All @@ -158,6 +158,10 @@
min-width: 78vw;
}

.member-card:first-child {
margin-left: 30px;
}

.member-card:last-child {
margin-right: 30px;
}
Expand Down

0 comments on commit 1635342

Please sign in to comment.