diff --git a/styles/team.css b/styles/team.css index 2b95173..60c63c1 100644 --- a/styles/team.css +++ b/styles/team.css @@ -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) { @@ -139,7 +147,7 @@ @media screen and (max-width: 500px) { .team { - padding: 80px 30px 0px 30px; + padding-left: 30px; } .team-cards { @@ -149,6 +157,10 @@ .member-card { min-width: 78vw; } + + .member-card:last-child { + margin-right: 30px; + } } @media screen and (max-width: 362px) {