首页 > 解决方案 > why is my bootstrap page here not mobile friendly?

问题描述

My site is hosted at "nateshmbhat.github.io". I have used mdboostrp's row and col for my dom. But its not mobile friendly (shows lot of background space).

Site : https://nateshmbhat.github.io/ . Its a static site.

How do i fix it ?

Site code : https://github.com/nateshmbhat/nateshmbhat.github.io

标签: csstwitter-bootstraptwitter-bootstrap-3bootstrap-4mdbootstrap

解决方案


Add this tag to the head: <meta name="viewport" content="width=device-width, initial-scale=1">


推荐阅读