From 3edc38e05402e85f3b4eb6ff7f4a7c677793052e Mon Sep 17 00:00:00 2001 From: Lenin Kennedy Date: Tue, 22 Mar 2022 09:12:11 +0300 Subject: [PATCH] fix(curriculum): Change typo on step 76 (#45497) --- .../5f46fc57528aa1c4b5ea7c2e.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/5f46fc57528aa1c4b5ea7c2e.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-basic-css-by-building-a-cafe-menu/5f46fc57528aa1c4b5ea7c2e.md index 4a18e0db6c..2e46c97c19 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-basic-css-by-building-a-cafe-menu/5f46fc57528aa1c4b5ea7c2e.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-basic-css-by-building-a-cafe-menu/5f46fc57528aa1c4b5ea7c2e.md @@ -7,7 +7,7 @@ dashedName: step-76 # --description-- -Changing the `bottom-margin` to `5px` looks great. However, now the space between the `Cinnamon Roll` menu item and the second `hr` element does not match the space between the top `hr` element and the `Coffee` heading. +Changing the `margin-bottom` to `5px` looks great. However, now the space between the `Cinnamon Roll` menu item and the second `hr` element does not match the space between the top `hr` element and the `Coffee` heading. Add some more space by creating a class named `bottom-line` using `25px` for the `margin-top` property.