Design comparison
SolutionDesign
Solution retrospective
There is no dificulties ! Give me your feedback :)
Community feedback
- @danielmrz-devPosted 11 months ago
Hello @Webprojon!
Your solution looks great!
I have just one suggestion:
- Setting
max-width: 1440px;
to your container is preventing your card from being centered. You can just remove it. It won't affect anything but the issue. Like this:
.qr-card__main { width: 100%; max-width: 1440px; /* remove this line */ height: 100vh; display: flex; align-items: center; justify-content: center; }
I hope it helps!
Other than that, great job!
Marked as helpful0 - Setting
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