Hey,
I’m currently on the 3rd project of responsive webdesign (product page) and tried my hand at CSS Grid.
Now I want to rearrange it a bit for mobile view. I want the middle (.two) and footer (.five) section to be fullscreen, like the header (.one) . But I can’t get rid of the two grid areas left and right.
Fullpage view: https://codepen.io/benthegerman/full/jjoKQr
editor view: https://codepen.io/benthegerman/pen/jjoKQr
I read that you usually build the mobile layout first and then rearrange it with a media query for min-width … px, so shouldnt it also work to do it the other way around and have it change with a max-width like in my code?