Skip to content

Commit 2e21e80

Browse files
authored
fix(curriculum): fix workshop CSS (freeCodeCamp#63865)
1 parent 8bb6994 commit 2e21e80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

curriculum/challenges/english/blocks/learn-css-variables-by-building-a-city-skyline/5d822fd413a79914d39e98fe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You should give `.bb2a` a `margin` of `auto`.
2929
assert.equal(new __helpers.CSSHelp(document).getStyle('.bb2a')?.margin, "auto");
3030
```
3131

32-
You should give `.bb2a` a `width` of `auto`.
32+
You should give `.bb2a` a `width` of `5vw`.
3333

3434
```js
3535
assert.equal(new __helpers.CSSHelp(document).getStyle('.bb2a')?.width, "5vw");

curriculum/challenges/english/blocks/workshop-city-skyline/5d822fd413a79914d39e98fe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You should give `.bb2a` a `margin` of `auto`.
2929
assert.equal(new __helpers.CSSHelp(document).getStyle('.bb2a')?.margin, "auto");
3030
```
3131

32-
You should give `.bb2a` a `width` of `auto`.
32+
You should give `.bb2a` a `width` of `5vw`.
3333

3434
```js
3535
assert.equal(new __helpers.CSSHelp(document).getStyle('.bb2a')?.width, "5vw");

0 commit comments

Comments
 (0)