Skip to content

Commit

Permalink
Remove padding from CSS round() function example (#37183)
Browse files Browse the repository at this point in the history
Remove padding from example

Messes with the example, as the inspector shows a 10px difference not mentioned in the description.
  • Loading branch information
pnkrc authored Dec 13, 2024
1 parent 30d0af1 commit 59daeda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion files/en-us/web/css/round/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ div.box {
width: 100px;
height: 100px;
background: lightblue;
padding: 5px;
--rounding-interval: 25px;
}
```
Expand Down

0 comments on commit 59daeda

Please sign in to comment.