Design comparison
Solution retrospective
Responsive newsletter website....any corrections is more thsn welcome..please help me check how the mobile view looks and if there is any correction i can do
Community feedback
- @joshmichael23Posted 11 months ago
I noticed that there is a
max-width: 1440px
on your<div class="bod">
. A white space is seen when the browser is more than 1440px. You can solve this by removing the max-width as it overrides thewidth: 100%
.Also try to include a validation function on your upcoming projects as it was missing from this one.
Overall, good job on the project :)
Marked as helpful0@Abdulliadi52Posted 11 months ago@joshmichael23 Thanks for the observation.. it has been rectified. your reply was being helpful to me
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