I have passed all the test,but the issue now is that after using media query the site is still not mobile friendly, please guys I need help, here is the link my technical documentary page project how else can I make it just scroll down on mobile and not sideways, and please if you tweak it kindly leave a comment.
@media (min-width: 400px) and (max-width: 700px) { your styles }
May this help you find a way to do it. You can read more about device breakpoints here: https://responsivedesign.is/develop/browser-feature-support/media-queries-for-common-device-breakpoints/
and the documentation from Mozilla is very useful too. https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Using_media_queries
Hope this helps you solve your challenge.
thankyou @lucasarvelo,
1 Like