mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): fix workshop CSS (#63865)
This commit is contained in:
+1
-1
@@ -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");
|
||||
|
||||
+1
-1
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user