You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
inconsistency in instructions: the example starts with a wideSize of 1280px, then 1200px twice, and finally gets back to 1280px
bad indentation of the final code: might confuse beginners who aren't familiar with JSON and/or code. Hierarchy would be clearer with proper indentation.
In the "Layout" section, after the first screenshot that shows 1280px, 1200px is mentioned twice (in "Let's code..." and "Layout code reference"). This could be changed to 1280px to be consistent with previous and next content.
At the bottom of the page, the full code has an incorrect indentation, starting from the second child of settings
Screenshots or screen recording (optional)
Other information (optional)
The text was updated successfully, but these errors were encountered:
If this is reporting an issue, can you confirm/reproduce the issue? Yes
What should happen next to apply the feedback?: In order to keep consistency in the instruction, use same wideSize value throughout the steps.
Hierarchy should be clearer with proper indentation.
Type of feedback
// content
Description
Step-by-step reproduction instructions (optional)
1280px
,1200px
is mentioned twice (in "Let's code..." and "Layout code reference"). This could be changed to1280px
to be consistent with previous and next content.settings
Screenshots or screen recording (optional)
Other information (optional)
The text was updated successfully, but these errors were encountered: