Comment on Show HN: Trends – A GitHub trending PWAComments−romdev8yChanging the width or zooming in and out changes the number of columns (nice!), but the max seems to be 4. Is that a hard limit? Seems like a responsive UI should respect wider screens in landscape. Nice work, btw.−jack_hanfordOP8yyeah I added a hard limit based on a relatively arbitrary max-width of 1400px.I got all of the responsiveness for free using CSS grid! Definitely recommend checking it out if you haven't yetFigured something like this would be a little overwhelming https://imgur.com/nx3hISb−hamslamwich8yThat is, indeed, overwhelming. Ha
Comments
Changing the width or zooming in and out changes the number of columns (nice!), but the max seems to be 4. Is that a hard limit? Seems like a responsive UI should respect wider screens in landscape. Nice work, btw.
yeah I added a hard limit based on a relatively arbitrary max-width of 1400px.
I got all of the responsiveness for free using CSS grid! Definitely recommend checking it out if you haven't yet
Figured something like this would be a little overwhelming https://imgur.com/nx3hISb
That is, indeed, overwhelming. Ha