Stats challenge using Sass and Bem methods
Design comparison
Solution retrospective
Any feedback will be greatly appreciated. Also, in the desktop version, I can't change the height of my page, which results in having a scroll down option, only to see black background. If you know how to solve this issue, that would be awesome. Cheers!
Community feedback
- @Yohanr19Posted over 3 years ago
Hello Jordan, good job!!! The reason you having trouble with the scroll down is because of you giving manual heights to your components, is not advised to use to height property to set a fixed height, instead yo should limit yourself to using either the min-height or the max-height property to control your components, also the padding top/bottom should be used instead if you 100% need your component to have a fixed height.
Try to mess around removing all the fixed heights and then try to make it look good. Happy coding !
Marked as helpful0
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