Design comparison
Solution retrospective
Any feedbacks are very appreciated . I have 1 question: why when I focus in the input to type the width elevate in the mobile(small devices not desktop) ?? if anyone have an idea about that , please help me.
Thanks in advance 🙏
Community feedback
- @pikapikamartPosted almost 4 years ago
Good work on this one, but I don't quite understand what you mean by your question, could you elaborate it clearly?
Also there are suggestions,
-
The thing is that, there is an unwanted scrolling that is happening when I toggle the device in the developer tools, and upon looking at your css, it was cause by the first image, since it overflows, refactoring your
section class="more"
will be great since the container of that image is positioned absolute, but making it "not" absolute would be a great choice then the img itself is the one that should be absolute not the container. -
in mobile, there is a cap because there are elements that hav e a fixed width added to them, it would be a great Idea that in your mobile state, your elements should take 100% of the screen, making sure that all elements will not go out of proportions.
Still good work^
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