fix(curriculum): wrong instruction for CSS (#51359)

Co-authored-by: Pukar Chhatkuli <rockypukar@pop-os.localdomain>
This commit is contained in:
Rocky Pukar
2023-08-23 11:45:09 +05:45
committed by GitHub
parent c3e48023a9
commit 3750164ae8
@@ -11,7 +11,7 @@ Rotate the top-right whisker at -10 degrees.
# --hints--
Your `.cat-whisker-right-top` selector should have a `transform` property set to `rotate(-1deg)`.
Your `.cat-whisker-right-top` selector should have a `transform` property set to `rotate(-10deg)`.
```js
assert(new __helpers.CSSHelp(document).getStyle('.cat-whisker-right-top')?.transform === 'rotate(-10deg)')