Submitted 9 months ago
Frontend Development Workflow for Newsletter sign-up form with success
@tloxiu
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Community feedback
- @leFreehPosted 9 months ago
Maybe the padding in the input have the problem.
Try this in the CSS:
input{ **your css** width: 24rem; padding: 1rem 6.2rem 1rem 1rem; }
And in the media querry try to replace your input:
@media screen and (max-width:949px){ input{ width: 20rem; padding: 1rem 6.2rem 1rem 1rem; } }
Marked as helpful0
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