mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Add shrink-to-fit to getting started
See https://github.com/twbs/bootstrap/pull/17793#issuecomment-146960473
This commit is contained in:
parent
93e56a0c64
commit
6ebd6c4aab
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ Put it all together and your pages should look like this:
|
||||||
<head>
|
<head>
|
||||||
<!-- Required meta tags always come first -->
|
<!-- Required meta tags always come first -->
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||||
|
|
||||||
<!-- Bootstrap CSS -->
|
<!-- Bootstrap CSS -->
|
||||||
|
|
Loading…
Reference in a new issue