kosi-arch / Impacto-home-Page-flexbox

codecademy flexbox project
0 stars 0 forks source link

wrap content boxes #1

Open jenarofv opened 1 month ago

jenarofv commented 1 month ago

Nice project, Kosi-arch. I noticed that when shrinking the broswer, some products inside the content box class get overflowed and not displayed. If you add flex-wrap: wrap; to your css file, you could improve that section.

kosi-arch commented 1 month ago

Thanks jenarofv! I would like that section to have a horizontal scroll, I just couldn't figure out how to do it at the time, and I had spent a lot of time on the project already, so I just left it as is haha. I'll definitely come back to it though.

jenarofv commented 1 month ago

I see, then maybe overflow-x: scroll could do the trick