fix: responsive fixes

This commit is contained in:
Iain Learmonth 2026-02-08 13:41:56 +00:00
parent bcdfb3c0fd
commit fd8d2641b9
5 changed files with 24 additions and 2 deletions

View file

@ -9,6 +9,10 @@
flex-direction: column;
padding: 0 20px;
margin-bottom: 2rem;
@media (max-width: v.$bp_mobile) {
padding: 0;
}
}
.team-member__photo {