So for my Landing Page project I am making a website for a fictional online mattress store. Here it is: https://codepen.io/amelia42188/pen/BPrrxz
So under the category “Our Mattresses”, I can’t get the three icons (Sealy logo, Serta logo, and Simmons logo) to line up. Honestly, I had a difficult time learning flexbox and it really still doesn’t 100% make sense. I thought that since I put in flex-direction: row; and flex-wrap:wrap; that it should line them up in a row. I would like them to be all in the same row.
Can anyone offer me advice on how to achieve this? Thanks in advance!