mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-01 08:05:25 -05:00
fix(curriculum): correct class name typo in nutrition label step 8 (#60834)
This commit is contained in:
@@ -9,7 +9,7 @@ dashedName: step-28
|
||||
|
||||
You may notice there is still a small border at the bottom of your `.large` element. To reset this, give your `.large, .medium` selector a `border` property set to `0`.
|
||||
|
||||
Note: the `medium`(medium) class will be utilized later for the thinner bars of the nutrition label.
|
||||
Note: the `medium` class will be utilized later for the thinner bars of the nutrition label.
|
||||
|
||||
# --hints--
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ dashedName: step-28
|
||||
|
||||
You may notice there is still a small border at the bottom of your `.large` element. To reset this, give your `.large, .medium` selector a `border` property set to `0`.
|
||||
|
||||
Note: the `medium`(medium) class will be utilized later for the thinner bars of the nutrition label.
|
||||
Note: the `medium` class will be utilized later for the thinner bars of the nutrition label.
|
||||
|
||||
# --hints--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user