Design comparison
SolutionDesign
Solution retrospective
Comments please!
Community feedback
- @ChamuMutezvaPosted over 3 years ago
- fonts size use
rems
notvw
, same as with margins and paddings. At the moment do not change the default font size, rather leave the browser to its default settings and use rems for the elements
html { font-size: 3vw; // do not use this vw }
- remove
position: fixed
from.box
, on small devices i can only see one card and can not scroll to see the rest
1 - fonts size use
- @sean-b765Posted over 3 years ago
Look at the mobile view, you can't scroll.
0 - @palgrammingPosted over 3 years ago
Look at your challenge results in a web browser 625px wide and then ask yourself if you were the user would this page be useful to you ?
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