Section not responsive on mobile (does not take full width)

I am fairly new to webflow and I can’t figure out why my website isn’t fully responsive on mobile, at a certain point the hero section does not take the full width. I will link a video showing the problem and also a link to my read-only link. Thanks.


Video:

Read-only link:

https://preview.webflow.com/preview/kwik-project-landing-page?utm_medium=preview_link&utm_source=designer&utm_content=kwik-project-landing-page&preview=94cb72d3927cbeb3d85962d1e5621ef4&workflow=preview

You took out the menu elements out of it’s default container, that’s fine but Webflow’s default Navbar elements still has float properties applied so the height on the Menu Button is interfering with the layout below.

For the best result apply Flex or Gird on your Nav div block block, check all the viewports because at one viewport it has Display Block applied.

Thanks for the advice it really helped.