Submitted over 1 year ago
Qr code component using Vite.js / React / Tailwindcss
@Pipos645
Design comparison
SolutionDesign
Community feedback
- @MelvinAguilarPosted over 1 year ago
Hello there ๐. Good job on completing the challenge !
It's a beautiful work, congratulations. I have one suggestion about your code that might interest you.
-
Use
min-h-screen
(min-height: 100vh
) instead ofh-[100vh]
. Setting the height to 100vh may result in the component being cut off on smaller screens, such as a mobile phone in landscape orientation.
I hope you find it useful! ๐
Happy coding!
Marked as helpful2@Pipos645Posted over 1 year ago@MelvinAguilar Thank you very much for the suggestion! I appreciate it a lot!
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