How to fix Game view's physics?

When I hit play the Game view seems to push all colliders to the right, but Scene view is fine. when I collide with something on scene view it acts normally, but in game view the two objects are not touching. also objects seem to sink into the ground collider I have.

Is there a way I can reset the game view to act more like the scene view?

Also when I build and run the physics act wrong as well, so how can I get physics to act like they do in scene view?

there are things u can do

one is adjust the screen size in your unity editor inspector try 16:9

then you can make sure and zoom out with the line scroll on top

also you can click on the main camera and mess with settings until u get desired result
using orthographic view is much different than using perspective view in the camera
try it all out