Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit b5ad57b

Browse files
fix(app-members): add justify-content-center to container for team photos display
1 parent ef988eb commit b5ad57b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/app-members/app-members.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export class AppMembers {
1010

1111
render() {
1212
return (
13-
<div class="team">
13+
<div class="team justify-content-center">
1414
{this.members.map(member => {
1515
if (!member.external) {
1616
if (member.url === '/opportunities') {

0 commit comments

Comments
 (0)