fix(curriculum): take browser difference into account (CSS Penguin Step 75) (#48621)

fix(curriculum): take browser difference into account
pull/48650/head
YMatsuda 2022-12-02 17:52:17 +09:00 committed by GitHub
parent d06b65ff85
commit 9cc148a75a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.