fix(curriculum): clarify spacing description in Cafe Menu Step 82 (#69259)

This commit is contained in:
Aryan Raj
2026-08-04 03:48:45 +05:30
committed by GitHub
parent a0bd9d49de
commit 705fa9d9c1
@@ -7,7 +7,7 @@ dashedName: step-82
# --description--
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.
The space above the menu text `CAMPER CAFE` does not match the space below the address 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.