Design comparison
SolutionDesign
Community feedback
- @sivaprasath2004Posted 7 months ago
Hello i`m wishing for your completion in this project.
- I will be see in your preview site.
- There is a something the content are overflow the
.content
. - I will notice you using the following CSS code
@media screen and (max-width: 755px) .content { height: 240vh; width: 80%; }
- change to
.content { height: auto; width: 80%; }
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