The following custom CSS makes your form width smaller, suitable for mobile size only:
.formaloo__form-container { max-width: 320px !important; padding: 0 !important; margin: 0 auto;}
You can copy-paste this code in the custom CSS box of the Design tab.