How to delete grid when usind media query

Add the .grid-container selector inside the media query code and change grid-template-columns to use one column.

You have to move the media query to the bottom of the CSS (or at least below all CSS it is modifying) that is how media queries work. They use the cascade (the C in CSS).