Design comparison
SolutionDesign
Community feedback
- @AdrianoEscarabotePosted 27 days ago
Hey Fadya, how’s it going? I was really impressed with your project’s result, though I have some advice that could be helpful:
I noticed that your component is not centered, to fix this we can do the following:
main { display: flex; align-items: center; justify-content: center; min-height: 100vh; width: 100%; }
and:
@media (min-width: calc(54.6875rem)) { .storage { flex-direction: row; align-items: end; width: 100%; } }
Everything else looks great.
Hope this helps! 👍
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