fix(curriculum): fix workshop CSS (#63865)

This commit is contained in:
Leonardo Modesto
2025-11-15 14:54:17 -03:00
committed by GitHub
parent 8bb6994592
commit 2e21e80a3a
2 changed files with 2 additions and 2 deletions
@@ -29,7 +29,7 @@ You should give `.bb2a` a `margin` of `auto`.
assert.equal(new __helpers.CSSHelp(document).getStyle('.bb2a')?.margin, "auto");
```
You should give `.bb2a` a `width` of `auto`.
You should give `.bb2a` a `width` of `5vw`.
```js
assert.equal(new __helpers.CSSHelp(document).getStyle('.bb2a')?.width, "5vw");
@@ -29,7 +29,7 @@ You should give `.bb2a` a `margin` of `auto`.
assert.equal(new __helpers.CSSHelp(document).getStyle('.bb2a')?.margin, "auto");
```
You should give `.bb2a` a `width` of `auto`.
You should give `.bb2a` a `width` of `5vw`.
```js
assert.equal(new __helpers.CSSHelp(document).getStyle('.bb2a')?.width, "5vw");