Skip to content

Commit

Permalink
Fix responsive team
Browse files Browse the repository at this point in the history
  • Loading branch information
AsteroidusTv committed Oct 12, 2024
1 parent ad1807e commit cbe9e2c
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions styles/team.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,17 +125,23 @@
}
}

@media screen and (max-width: 500px) {
@media screen and (max-width: 455px) {
.member-card {
height: 515px;
flex-basis: calc(100vw - 100px);
}
}

.name-role-container {
top: 235.5px;
@media screen and (max-width: 455px) {
.member-name {
font-size: 16px;
}

.member-description {
font-size: 20px;
}

}


@media (pointer: coarse) {
.member-button {
transform: scale(1);
Expand Down

0 comments on commit cbe9e2c

Please sign in to comment.