Skip to content

Commit

Permalink
Restricts change in solution to the one requested. Fixes #37337
Browse files Browse the repository at this point in the history
  • Loading branch information
Himanshu Garg committed Dec 26, 2024
1 parent fc2dda9 commit 04636a3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,12 @@ body {
<details>
<summary>Click here to show the solution</summary>

You will need to increase the height and width of the second block, to add the size of the padding and border:
You will need to increase the width of the second block, to add the size of the padding and border:

```css
.alternate {
box-sizing: border-box;
width: 390px;
height: 240px;
}
```

Expand Down

0 comments on commit 04636a3

Please sign in to comment.