I very much like the solution I came up for working with the lists. They're reusable across the component and a little more versatile than just the list-style.
Next time I may use more custom properties to make it easier to change off the bat.
What challenges did you encounter, and how did you overcome them?The only issue I ran into was the recipe image. I wasn't sure how to make it fit the whole screen without moving it outside of the container at first. Eventually, instead of restructuring my html, I found scaling up the image and adding margin to the bottom helped a ton.
What specific areas of your project would you like help with?Is my code clean, responsive, and readable?