Step 77 Magazine

This code appears correct but isn’t passing.

@media only screen and (max-wdith: 720px) {
  .image-wrapper {
    grid-template-columns: 1fr;
  }

Your browser information:

User Agent is: OPR/85.0.4341.75

Challenge: Step 77

Link to the challenge:

1 Like

Hi

You have a typo here
max-wdith

and a missing right curly bracket at the end of your media query (in total you have two opening curly brackets, but only one closing curly bracket).

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.