CSS Grid - Tribute Page

Hi there! I’m currently working on the responsive web page certification, and decided to challenge myself a bit on the first project by using a grid layout to format my articles. I’m encountering some problems with the photo when I resize. Help would be deeply appreciated, along with any other constructive feedback. :smile:

https://codepen.io/msysteph/full/ZEzRErJ

https://codepen.io/freeCodeCamp/pen/MJjpwO that link might be of some great help it tells you what you need to change

Have you tried rearranging the grid layout on smaller screens? For example, instead of using two columns, maybe you could have just one for mobile (try doing it with media queries) :slight_smile:

Ah, I see. Do I just paste my code into the sections?