Submitted about 2 years ago
Clipboard landing page animated (Usign flexbox and Grid)
@jlmunozfdev
Design comparison
SolutionDesign
Solution retrospective
Difficulty when using flexbox and grid and alignment of some components. The part I'm not sure about because there is an overflow is the section__four part. I look forward to your feedback!
Community feedback
- @vanzasetiaPosted about 2 years ago
Hello, Jorge Muñoz! 👋
I took a look at the site and I didn't notice any overflowing at
section__four
. I noticedsection__five
has an overflowing issue. For example, at960px
width the "Vector Graphic" logo is overflowing and causing a horizontal scrollbar to appear. My recommendation is to have acontainer
element that has amax-width
to prevent the elements from overflowing.<section> <div class="container"> the content goes here... </div> </section>
Hope this helps! 🙂
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