fix(curriculum): clarify Step 34 width property wording (#69172)

This commit is contained in:
Nitin Raj
2026-08-01 15:02:49 +05:30
committed by GitHub
parent 60308359d5
commit 7c70c53a75
@@ -9,7 +9,7 @@ dashedName: step-34
That's closer, but the price didn't stay over on the right. This is because `inline-block` elements only take up the width of their content.
To spread them out, add a `width` property to the `flavor` and `price` class selectors that have a value of `50%` each.
To spread them out, add a `width` property with a value of `50%` to both the `flavor` and `price` class selectors.
# --hints--