@robrpete
Chukwu Felix
@felixicityAll comments
- @felixicity
The code was nicely written. Here are my suggestions:
- I don't think it needful to add display flex on the card-text. .card .text{ height: 100%; display: flex; flex-direction: column; justify-content: space-evenly; align-items: center; text-align: center; }
- I think the text align property does the work already since the children elements are block elements.