Hacker News new | ask | show | jobs
by tfeldmann 2964 days ago
This is not responsive when resizing the browser window in Safari...
4 comments

I don't understand how they're demonstrating a responsive grid framework with a non-responsive demo.
It’s not really responsive, it just stacks grid elements vertically when the viewport width is < 480px.

https://github.com/vladocar/SMART-CSS-GRID/blob/a0cfd2c730e9...

Same in Chrome and Firefox. Basically between 481px and 984px viewport widths, you're going to have horizontal scrolling. Can't say I've seen this approach to a responsive grid before.

edit: I think 10 second fix is to just change .main from width: 960px; to max-width: 960px; width: 100%;.

The default of the system is less then 480px for some reason Safari doesn't resize try Chrome or Firefox..
it's not.. it's a subpar demo page.