Design comparison
Solution retrospective
Hello, This is my first time using tailwind css any feedback on how to make my code better would be appreciated.
Community feedback
- @hebrerilloPosted over 2 years ago
Hello Touchi!
I tried your solution using IPAD dimensions (810 x 1080) and the footer is cut at the bottom. Also, some texts are cut too.
Also, if I try the mobile popup using a screen width of 700px, the popup is not centered. You can fix this last bug easily by setting these properties to the modal parent:
display: flex; justify-content: center;
This way, the popup will be centered.
Marked as helpful1@tchydyPosted over 2 years ago@hebrerillo Thank you for the feedback. I did not actually style for tablets..would update the styling
1@hebrerilloPosted over 2 years ago@tchydy Always a pleasure, we are all here to learn! And you did a good job!
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