Design comparison
SolutionDesign
Community feedback
- @brinereef1Posted over 1 year ago
Congrats on successfully completing this project
You did a good job and it's looks really great
Just a small suggestion, you can use media query at max-width 401px to change the margin of h1 and p inside article element to margin-block, it will avoid taking extra white space
@media only screen and (max-width: 401px) { h1 { margin-block: 1.5625rem } p { margin-block: 0.875rem; } }
Marked as helpful1@shwebdeveloperPosted over 1 year agoThanks I appreciate the feedback! I will test out the code snippet you provided. @brinereef1
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