Why it is so small on mobile even after using bootstrap?

It looks so small when I visit my web(with bootstrap) on mobile with chrome. I have written bootstrap web before and it adjusts well on mobile. what’s wrong here?

Did you include

<meta name="viewport" content="width=device-width, initial-scale=1">

in your <head> section?

3 Likes