Design comparison
SolutionDesign
Community feedback
- @marcfrancissPosted 2 months ago
Impressive solution!
I just notice on mobile view that the elements at the top are not showing. I suggest changing the following:
body { height: 100vh; /* change to 'min-height: 100vh' */ } .perfil-decription { flex-flow: column wrap; /* change to 'justify-content: space-around;' */ cursor: pointer; /* add this to help user easily identify it as a clickable element */ }
Hope this helps. Cheers! š»
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