fix(curriculum): Change typo on step 76 (#45497)

This commit is contained in:
Lenin Kennedy
2022-03-22 09:12:11 +03:00
committed by GitHub
parent a428284804
commit 3edc38e054

View File

@ -7,7 +7,7 @@ dashedName: step-76
# --description-- # --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. Add some more space by creating a class named `bottom-line` using `25px` for the `margin-top` property.