This was my first project without a figma file, but I think I managed to copy the design quite well even without it.
What challenges did you encounter, and how did you overcome them?Setting the right margins in a display: flex was an issue for me, also sizing the buttons correctly. I tried to just use the gap property but it didn't really work, so I just eyeballed the margin on the different list items.
What specific areas of your project would you like help with?I want to know how to size the buttons without hardcoding them. In my solution I assigned a set value to the padding of the buttons, instead I want to know if I can just "stretch them" without assigning values.