I'm happy that I was able to use grid CSS get the layout to work between the different screen sizes.
What challenges did you encounter, and how did you overcome them?One of the challenges for me was being able to target the individual cards so I could style each of them according to the design specs. I chose to use a utility class to set individual styles on each of the cards. Since I used Sass on this project I ended up adding my media queries to the utility classes for any changes that needed to happen between the different screen sizes.
What specific areas of your project would you like help with?I feel like my code isn't very well organized, any suggestions in this area would be appreciated