Skip to content

Commit

Permalink
Fix team viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
AsteroidusTv committed Oct 14, 2024
1 parent bc00944 commit 270f3f4
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion styles/team.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,19 @@
}

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

.team-cards {
padding: 0px;
justify-content: left;
overflow-x: auto;
}

.member-card:last-child {
margin-right: 50px;
}
}

@media screen and (max-height: 950px) {
Expand Down Expand Up @@ -139,7 +147,7 @@

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

.team-cards {
Expand All @@ -149,6 +157,10 @@
.member-card {
min-width: 78vw;
}

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

@media screen and (max-width: 362px) {
Expand Down

0 comments on commit 270f3f4

Please sign in to comment.