I'm currently working on a form that includes several mat-form-fields. I have set the width of these items to 750px, but this does not work well for mobile devices.
I am trying to figure out how to make the form or mat-form-field automatically adjust its width based on the device being used. For example, I would like it to be 750px wide on desktops and 100% wide on mobile devices.
I attempted using flex-grow-gt-xs, but it did not produce the desired result.