There's nothing I'm particularly proud of as it's such a simple component.
What challenges did you encounter, and how did you overcome them?I ran into issues where setting a fixed height on project-card
would cause the checkout button to overlap with the bottom margin. So, instead of having 32px
(desktop padding) all around the project-card__body
the actual bottom padding would be something like 15px
s.
How do we get the project card to have a fixed height without breaking the padding around the project card?