fix(curriculum): move selector into editable region for step 34 of Rothko painting (#54514)

This commit is contained in:
Ilenia
2024-04-25 17:00:59 +02:00
committed by GitHub
parent 28f45b51dd
commit 6e1e5a3bf9

View File

@@ -40,15 +40,15 @@ assert(canvasFilter === 'blur(2px)');
## --seed-contents--
```css
--fcc-editable-region--
.canvas {
width: 500px;
height: 600px;
background-color: #4d0f00;
overflow: hidden;
--fcc-editable-region--
--fcc-editable-region--
}
--fcc-editable-region--
.frame {
border: 50px solid black;