This commit is contained in:
2025-05-06 11:13:06 -07:00
parent d1526d7c05
commit 44219fceb8
6 changed files with 38 additions and 1 deletions

13
dist/app.css vendored
View File

@@ -11974,3 +11974,16 @@ textarea.form-control-lg {
display: none !important;
}
}
img {
max-width: 100%;
}
.team-members .team-members-wrapper {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.team-members .team-members-wrapper .team-member {
border: 1px solid #C5C5C5;
border-radius: 10px;
}