From 9cc148a75a0bd4ea3d5cc978fe32a9c9fb487e4f Mon Sep 17 00:00:00 2001 From: YMatsuda <25644062+sidemt@users.noreply.github.com> Date: Fri, 2 Dec 2022 17:52:17 +0900 Subject: [PATCH] fix(curriculum): take browser difference into account (CSS Penguin Step 75) (#48621) fix(curriculum): take browser difference into account --- .../619d1c5fc9f8941a400955da.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-css-transforms-by-building-a-penguin/619d1c5fc9f8941a400955da.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-css-transforms-by-building-a-penguin/619d1c5fc9f8941a400955da.md index 70d8603ecf5..c21bb0f24d4 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-css-transforms-by-building-a-penguin/619d1c5fc9f8941a400955da.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-css-transforms-by-building-a-penguin/619d1c5fc9f8941a400955da.md @@ -7,7 +7,7 @@ dashedName: step-75 # --description-- -If you look closely, the _heart_ emoji is slightly different. This is because some of the character's properties were overridden by the `font-weight` style of `bold`. +In some browsers, the _heart_ emoji may look slightly different from the previous step. This is because some of the character's properties were overridden by the `font-weight` style of `bold`. Fix this, by targeting the `div` with the heart emoji, and setting its `font-weight` to its original value.