Using bem methodology, semantics.
What challenges did you encounter, and how did you overcome them?I had trouble understanding why max-with wasn't working on .social-card. It was because the <main> was set to justify-content: center, which adjusted the width to the content. However, I wanted to make the desktop card width the same as in design, so I removed it and added margin: 0 auto to social-card, which allowed me to set max-width: ;
What specific areas of your project would you like help with?I need to refresh my memory on what specific properties do in grid and flex.