Skip to content

Commit

Permalink
Merge pull request #159 from fivexl/partner_new_hope
Browse files Browse the repository at this point in the history
Update our_team.scss
  • Loading branch information
relevanto authored Aug 26, 2024
2 parents 9b52f2e + 58aebc5 commit 8413998
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion themes/example/assets/sass/our_team.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,20 @@
display: flex;
max-width: clamp(280px, calc(50vw - 5rem), 640px);
margin-bottom: clamp(1rem, 4vw, 5.5rem);
align-items: center;
@media (max-width:1280px) {
max-width: none;
}
@media (max-width: 768px) {
flex-direction: column;
gap: 20px;
align-items: center;
}
}

&-AwardImg {
width: 200px;
height: auto;
align-self: center;
}

&-Wrapper {
Expand Down

0 comments on commit 8413998

Please sign in to comment.