update non-responsive docs and example to really disable it
This commit is contained in:
parent
6c765ac821
commit
4f97df8aa4
3 changed files with 8 additions and 4 deletions
|
|
@ -27,7 +27,7 @@
|
|||
</div>
|
||||
|
||||
<h3>What changes</h3>
|
||||
<p>Note the lack of the <code><meta name="viewport" content="width=device-width, initial-scale=1.0"></code>, which disables the zooming aspect of sites in mobile devices. In addition, we reset our container's width and are essentially good to go.</p>
|
||||
<p>Note the lack of the <code><meta name="viewport" content="width=device-width, initial-scale=1.0"></code>, which disables the zooming aspect of sites in mobile devices. In addition, we reset our container's width and are basically good to go.</p>
|
||||
|
||||
<h3>Non-responsive grid system</h3>
|
||||
<div class="row">
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
.container {
|
||||
max-width: 970px;
|
||||
max-width: none !important;
|
||||
width: 970px;
|
||||
}
|
||||
|
||||
.col-xs-4 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue