Happy with the simplicity of my css. Next time I would consider doing a brief write-up of my intended approach before starting.
What challenges did you encounter, and how did you overcome them?The distances between items in the info section on the design file were unusual and inconsistent. I initially set individual margins for each to follow it exactly, but it didn't respond well to the screen size between 375px and the tablet/desktop size at 600px, so instead I set the container to flex-column, with a minimum gap between, and formatting for space-between.
What specific areas of your project would you like help with?Curious if anybody has a different approach to the spacing and css.