@haydnkerr
Posted
Nice design! Just a few minor things that could be changed to complete this challenge.
Have you thought about responsiveness? I noticed on smaller screens the container doesn't switch to a column. This could be an easy fix with a media query.
Additionally you have the correct font for the price however that same font isn't used for the main heading
@haydnkerr
Posted
@haydnkerr If you use a media query on the .container__card just change flex-direction to column and play around with that
Marked as helpful
@LucasLC174
Posted
@haydnkerr oooh thank you