fix(curriculum): clarify instructions for cafe menu step 41 (#47213)

* fix: clarify instructions

* refactor: reword instructions
This commit is contained in:
Bruce Blaser
2022-08-08 12:58:32 -07:00
committed by GitHub
parent 29d9c52b8c
commit 399eaa01ed

View File

@@ -9,7 +9,7 @@ dashedName: step-41
That worked, but there is still a little space on the right of the price.
You could keep trying various percentages for the widths. Instead, simply move the price `p` element to be on the same line and make sure there is no space between them.
You could keep trying various percentages for the widths. Instead, use the back space key on your keyboard to move the `p` element with the class `price` next to the `p` element with the class `flavor` so that they are on the same line in the editor. Make sure there is no space between them.
# --hints--