From efb234f29aee7163528bbe898ba66ccbe96bbbc9 Mon Sep 17 00:00:00 2001 From: Masroor Hosseini Date: Mon, 3 Aug 2026 20:41:39 +0330 Subject: [PATCH] fix(curriculum): clarify h2 margin instruction wording (#69248) Signed-off-by: Masroor Hosseini Co-authored-by: Masroor Hosseini Co-authored-by: majestic-owl448 <26656284+majestic-owl448@users.noreply.github.com> --- .../blocks/workshop-cafe-menu/5f47fe7e31980053a8d4403b.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/curriculum/challenges/english/blocks/workshop-cafe-menu/5f47fe7e31980053a8d4403b.md b/curriculum/challenges/english/blocks/workshop-cafe-menu/5f47fe7e31980053a8d4403b.md index 24543648376..4ba84b1834e 100644 --- a/curriculum/challenges/english/blocks/workshop-cafe-menu/5f47fe7e31980053a8d4403b.md +++ b/curriculum/challenges/english/blocks/workshop-cafe-menu/5f47fe7e31980053a8d4403b.md @@ -7,11 +7,11 @@ dashedName: step-89 # --description-- -It would be nice if the vertical space between the `h2` elements and their associated icons was smaller. The `h2` elements have default top and bottom margin space, so you could change the bottom margin of the `h2` elements to say `0` or another number. +It would be nice if the vertical space between the `h2` elements and their associated icons was smaller. The `h2` elements have default top and bottom margin space, so you could change the bottom margin of the `h2` elements to `0` or some other value. There is an easier way, simply add a negative top margin to the `img` elements to pull them up from their current positions. Negative values are created using a `-` in front of the value. To complete this workshop, go ahead and use a negative top margin of `25px` in the `img` type selector. -Congratulations! You have completed the Cafe Menu workshop. +Congratulations! You have completed the Cafe Menu workshop. # --hints--