fix(curriculum): two correct answers web response quiz (#65000)

This commit is contained in:
Annachiara Fortuna
2026-01-06 09:30:22 +01:00
committed by GitHub
parent 073a20d697
commit 11cf322568
@@ -691,7 +691,7 @@ Which of the following is a valid way to target devices with a portrait orientat
---
`@media (orientation: portrait) { ... }`
`@media (portrait: orientation) { ... }`
---