I'm doing a mobile app and I'm testing the build with Bootstrap, but there's a problem:
<input type="tel" class="form-control" placeholder="Código Estabelecimento" required autofocus>
<input type="password" class="form-control input-lg" placeholder="Senha" required>
In the above code I used input-lg
to increase my input, but it still got small when it turned into mobile, I need to get really big (I'm talking about height / height of the field), what should I do since I'm new to Bootstrap Thank you!