My ability to calculate the required box size for each element has improved.
Next time I intend to pay close attention to unit sizes.
What challenges did you encounter, and how did you overcome them?Choosing between using "gaps" and "justify-content" flex property while designing the profile link section. I made reference to web.dev documentation to know the difference and when to use both. I ended up with "justify-content: space-between" as it help to keep the space between items equal irrespective of the height.