I'm most proud of being able to work faster using CSS grid - and be able to change it easily to flex using media queries.
What challenges did you encounter, and how did you overcome them?I set it to flex when on mobile, as it's hard for me to set the grid when on small screen sizes :(. I tried to change the column into 1 column but it's super hard to make it do what I want.