I'm trying to do a responsive login form with bootstrap 3. But, when I test it in a mobile device, the page appers small, and have to zoom it. I want that appears with full width of the phone. What im doing wrong??
The page: The page
The code:
<input type="text" placeholder="Login" />
<input type="text" placeholder="Password" />
<br />
<button type="button" class="btn btn-primary btn-lg btn-block">Block level button</button>
</form>