Polymer / shop

The Shop app
https://shop.polymer-project.org/
986 stars 494 forks source link

4 by 4 grid on home page? #169

Closed chris1000 closed 6 years ago

chris1000 commented 6 years ago

Would it be possible to add a 4 by 4 grid to display the four product categories instead of the list form it's in now?

Thanks for the help!

keanulee commented 6 years ago

The last two items of the home view are already on the same row, so you could apply the same styles to all the .items to get a 2x2 grid. https://github.com/Polymer/shop/blob/master/src/shop-home.html#L54-L58