Skip to content

Commit

Permalink
Fix bug #30924 regarding CSS math functions example content (#31034)
Browse files Browse the repository at this point in the history
  • Loading branch information
zfox23 authored Dec 15, 2023
1 parent 8eb8af7 commit 8b70438
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ Click on the play icon below to see the `clamp()` example in the code playground
<code>width: clamp(10%, 9999px, 90%);</code>
</div>
<div class="clamp3">
<code>width: clamp(25px, 1px, 150px);</code>
<code>width: clamp(125px, 1px, 250px);</code>
</div>
<div class="clamp4">
<code>width: clamp(25px, 9999px, 150px);</code>
Expand Down

0 comments on commit 8b70438

Please sign in to comment.