Closed vancassa closed 2 years ago
Make the organization cards are now even to fix issue #430
Use display: flex to get the cards to autofill the blank space, and use only one <p> tag in the card body for better alignment of the text.
display: flex
<p>
What's in this PR?
Make the organization cards are now even to fix issue #430
Completed
Use
display: flex
to get the cards to autofill the blank space, and use only one<p>
tag in the card body for better alignment of the text.