From 1cd621fa673199b2fedf381fff2e9bd3a2797aa3 Mon Sep 17 00:00:00 2001 From: Dylan R <48571264+DylanDevelops@users.noreply.github.com> Date: Sat, 6 Aug 2022 22:11:27 -0600 Subject: [PATCH] fix(curriculum) changed wording on step 55 (#47182) * update step 55 * Update wording to Sboonny's suggestion Co-authored-by: Muhammed Mustafa * update wording to bbsmooth's suggestion * Changed "Finally" to "Then" Co-authored-by: Muhammed Mustafa --- .../60ffe9cb47809106eda2f2c9.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-html-forms-by-building-a-registration-form/60ffe9cb47809106eda2f2c9.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-html-forms-by-building-a-registration-form/60ffe9cb47809106eda2f2c9.md index eab08c5237e..d9982494de3 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-html-forms-by-building-a-registration-form/60ffe9cb47809106eda2f2c9.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-html-forms-by-building-a-registration-form/60ffe9cb47809106eda2f2c9.md @@ -9,7 +9,7 @@ dashedName: step-56 Lastly, for the submit button, you want to separate it from the `fieldset` above, and adjust its width to never be below `300px`. -Change the `margin` property to include `1em` on the top and bottom, and set the width as described above. +Change the `margin` property to include `1em` on the top and bottom, while leaving the right and left margins set to `auto`. Then set the width as described above. # --hints--