• Gleb Mazovetskiy's avatar
    Change grid and container sizes to px · a6fce9c0
    Gleb Mazovetskiy authored
    Changes grid and container sizes to `px`, as the
    viewport pixel size does not depend on the font size.
    
    The actual em values were inconsistent with the docs,
    while the docs were also inconsistent with the comments, namely:
    
    * `sm` breakpoint was 34em which is 558px, not 480px.
      Changed to 480px, matching the docs and Bootstrap 3.
    * `lg` max width was 60rem which is 960px, less gutter than `md`.
      Changed to 940px, same as Bootstrap 3.
    * `xl` max width was 72.25rem which is 1140px not 1156px.
      Changed to 1140px matching the comment but not the docs.
    
    All the values are now the same as they were in Bootstrap 3.
    Addresses #17070 and #17388.
    a6fce9c0
Name
Last commit
Last update
dist Loading commit data...
docs Loading commit data...
grunt Loading commit data...
js Loading commit data...
scss Loading commit data...
test-infra Loading commit data...
.editorconfig Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
CHANGELOG.md Loading commit data...
CNAME Loading commit data...
CONTRIBUTING.md Loading commit data...
Gemfile Loading commit data...
Gemfile.lock Loading commit data...
Gruntfile.js Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
_config.yml Loading commit data...
bower.json Loading commit data...
composer.json Loading commit data...
package.js Loading commit data...
package.json Loading commit data...
sache.json Loading commit data...