Design comparison
SolutionDesign
Community feedback
- @YunlearningPosted 2 days ago
I noticed that your solution differs from the design. Following Figma’s instructions, adjust the component’s width to 320px and add line height and letter spacing to the text to match the design.
see below:
fontSize: { 'p-size': [ '22px', { lineHeight: '120%', letterSpacing: '0px', }, ], 'p-sm': [ '15px', { lineHeight: '140%', letterSpacing: '0.2px', }, ], },
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord