I had a grid and in certain screen size (ex. with a nav panel on the left), the grid extends outside of the screen.
And if I study why I'm getting this behavior, i noticed, the media query uses width instead of max-width. Therefore it'll always run into this issue when the grid is used in partial of the screen instead of the entire screen.
Please let me know what's your thoughts on this. Thank you.
I had a grid and in certain screen size (ex. with a nav panel on the left), the grid extends outside of the screen.
And if I study why I'm getting this behavior, i noticed, the
media queryuseswidthinstead ofmax-width. Therefore it'll always run into this issue when the grid is used in partial of the screen instead of the entire screen.Please let me know what's your thoughts on this. Thank you.