I'm looking for a way to adjust the height based on the device size like how sm, md, and lg classes work. I'm designing a login form that looks great on cell phones, but appears too tall with excessive spacing when viewed on an iPad. There are large gaps between each input field.
This is where the form setup begins:
<form [formGroup] = "signupForm" (ngSubmit)="OnSubmit()" class="col-7 col-sm-6 col-md-5 col-lg-4" style="border:3px solid red;width:70vw;height:85vh;">