Learn CSS Flexbox by Building a Photo Gallery - Step 8

Hey, I’m doing exactly what it’s told me to, and it doesn’t let me pass to the next challenge.

 .gallery img {
  width: 100%;
  max-width: 350px;
  height: 300px;
}

**Your browser information:**

User Agent is: <code>Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/110.0</code>

**Challenge:**  Learn CSS Flexbox by Building a Photo Gallery - Step 8

**Link to the challenge:**
https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-css-flexbox-by-building-a-photo-gallery/step-8

Could you post your entire CSS code please? There may be an issue elsewhere.
Have you also tried resetting the lesson and resubmitting the code?
Or reload with CTRL+F5.
Also ensure that all browser extensions are disabled, as they can interfere with the tests.
Failing all of that, you could try a different browser.

It was a } that I accidentally deleted from the other element. Thank you!!!