Skip to content

Commit

Permalink
test new responsive for team
Browse files Browse the repository at this point in the history
  • Loading branch information
AsteroidusTv committed Oct 12, 2024
1 parent aca1af4 commit ad1807e
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions styles/team.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,45 @@

}

@media screen and (max-height: 775px) {
.team {
gap: 30px;
}

.member-card {
transform: scale(0.9);
}
}

@media screen and (max-height: 750px) {

.team {
gap: 0px;
}

.member-card {
margin-left: -10px;
margin-right: -10px;
transform: scale(0.8);
}
}

@media screen and (max-height: 700px) {
.member-card {
margin-left: -30px;
margin-right: -30px;
transform: scale(0.7);
}
}

@media screen and (max-height: 600px) {
.member-card {
margin-left: -30px;
margin-right: -30px;
transform: scale(0.7);
}
}

@media screen and (max-width: 500px) {
.member-card {
height: 515px;
Expand Down

0 comments on commit ad1807e

Please sign in to comment.