There is a problem on my page when i watch it on mobile

this is my project when open on desktop

when open on mobile

but there is free space on the right hand side

how can i delete this space and make my page fit when i watch on mobile. here is my project link http://codepen.io/zeandave/pen/mAvNyJ/ . Thanks

Hi, you had a typo in your link (fixed it).

The problem is that you have set the width of the hr to 700px. If you change that to 100% it will scale.

1 Like

It’s work . thanks a lot