From 399eaa01ed6c5cdff4f3d08b60c5cc51237fb2e4 Mon Sep 17 00:00:00 2001 From: Bruce Blaser Date: Mon, 8 Aug 2022 12:58:32 -0700 Subject: [PATCH] fix(curriculum): clarify instructions for cafe menu step 41 (#47213) * fix: clarify instructions * refactor: reword instructions --- .../5f3cade9fa77275d9f4efe62.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-basic-css-by-building-a-cafe-menu/5f3cade9fa77275d9f4efe62.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-basic-css-by-building-a-cafe-menu/5f3cade9fa77275d9f4efe62.md index 8028c1e8c0e..76498fe7c29 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-basic-css-by-building-a-cafe-menu/5f3cade9fa77275d9f4efe62.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-basic-css-by-building-a-cafe-menu/5f3cade9fa77275d9f4efe62.md @@ -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--