Is there a way to make all html elements in bootstrap
like inputs, buttons, text and the nav-bar bigger when the page is displayed on a smartphone? Because it isn't really responsive
, if all elements are so tiny that it is hard to touch them.
Has been addressed at Bootstrap font scaling too small on mobile .
Possibly, you need to add the viewport
meta tag to your <head>
:
<meta name="viewport" content="width=device-width, initial-scale=1">
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With