Newsletter sign-up form

Solution retrospective
I am proud of the JavaScript for this
What challenges did you encounter, and how did you overcome them?Challenges were figuring out the styling for the popup and how to get them correctly
What specific areas of your project would you like help with?None I am very proud of this
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@nvalline
Hi,
Good job on this challenge! The form validation functions as it should based on the guidelines of this challenge.
Looking at your mobile view, the sizing is a bit off and creates a horizontal scroll. It looks like your '.left-container' has a fixed width set to 400px and is the main culprit. It looks like if you were to exclude that for mobile screen sizes and then include it on desktop screen sizes within your media queries that should take care of it.
Cheers!
Join 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