DanielDanielDanielDanielDaniel / nucleus

Nucleus Iconset Website
0 stars 1 forks source link

Widescreen Responsiveness & Grid #12

Open DanielDanielDanielDanielDaniel opened 6 years ago

DanielDanielDanielDanielDaniel commented 6 years ago

current behavior image image

to --> image

From an optical viewpoint, the grid idea was to have the grid in a centered container that is always 100vw - 2x.... maybe with gridcss need to make something like 180px +- maxwidth relative multiplier, grid, 180px +- maxwidth relative multiplier, and then have the grid expand with the width. In the sketch file for 1440px wide a 180px left/right is a good width.

werelax commented 6 years ago

I think I understood what you wanted, but I'm not 100% sure... Could confirm this is working as expected now?

werelax commented 6 years ago

For the icons: with flex 1 150px this happens:

image

To prevent that, I'm setting flex-grow and flex-shrink to 0.

werelax commented 6 years ago

Forget that, I've found a better way to do it with css-grid.