Code: https://v1.scrimba.com/scrim/czMDLETw
The aspect ratio of the pfp on the right side breaks after applying flex to the container, but as far as I know flex is required to put space-between the logo and the pfp. I've tried many different approaches and searching for an answer but nothing has helped. object-fit: contain; almost seemed to work, but then I can't apply a border-radius (object-fit also hasn't even been taught yet).
Is there something that I'm not remembering here??