OperationCode / operationcode_frontend

Front-end repository for live site. Please go to `front-end` repo to contribute instead.
https://operationcode.org
MIT License
101 stars 222 forks source link

On /team page, last row is misaligned if only two cards #978

Closed jjhampton closed 6 years ago

jjhampton commented 6 years ago

Visit https://operationcode.org/team, view the last row of the Executive Staff. The two cards should both be aligned to the left, instead of one on far-left, one on far-right.

Likely an issue w/ flexbox and flex-wrap. Will post screenshot later.

jjhampton commented 6 years ago

Should be able to just center the cards if there's only two in the row - in team.css, change .boardMembers and .executiveStaff from justify-content: space-between to justify-content: center .

jjhampton commented 6 years ago

I'm going to add the fix for this to PR #976 , since it's still in progress and has changes to the same page (/team).

jjhampton commented 6 years ago

Fixed in #976, commit b063aea8e0e