fix(curriculum): made steps' description clearer (#46071)

* fix: made step description more clearer

* fix/typo in cafe menu

* Fixed a typo, give giving🤦‍♂️

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>

* Grammar typo

Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com>

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com>
pull/46216/merge
Muhammed Mustafa 2022-05-30 09:05:24 +02:00 committed by GitHub
parent 36bd34f5ca
commit 03612c2600
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ dashedName: step-85
# --description--
The menu text `CAMPER CAFE` has a different space from the top than the address at the bottom of the menu. This is due to the browser having some default top margin for the `h1` element.
The menu text `CAMPER CAFE` has a different space from the top than the address's space at the bottom of the menu. This is due to the browser having some default top margin for the `h1` element.
Change the top margin of the `h1` element to `0` to remove all the top margin.

View File

@ -7,7 +7,7 @@ dashedName: step-8
# --description--
It's tough to see now, but there's a border at the edge of your preview, that's the `body`. Create a `div` element in the `body` with a class of `background-buildings`. This will be a container for a group of buildings.
Create a `div` element in the `body` with a class of `background-buildings`. This will be a container for a group of buildings.
# --hints--

View File

@ -7,7 +7,7 @@ dashedName: step-38
# --description--
Center the `h1` and `p` elements by giving them a `margin` of `1em auto`. Then, center align the text as well.
Center the `h1` and `p` elements by giving them a `margin` of `1em auto`. Then, align their text in the `center` as well.
# --hints--