mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-07 09:01:13 -05:00
fix(curriculum): take browser difference into account (CSS Penguin Step 75) (#48621)
fix(curriculum): take browser difference into account
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user