Closed computerscience-person closed 1 month ago
You're trying to use a flexbox specific CSS here without a parent flexbox. items-center
only works inside flexboxes or grids.
All in all, maybe you should take the time to read up on flexboxes and try to refactor your code to (properly) use flexboxes.
Some issues fixed by #14, but some issues still remain. Issue open for now.
Fixed with #14 and #17.
Here, it shows how there's an overflow somewhere in the web page, making the navbar not extend
Here, the centering of the page starting from the showcase of the products looks wrong.
It also breaks the footer. Looking from this part, it seems like the product showcase is centered from the middle of the containing div that overflowed.