diff options
| author | Mark Otto <[email protected]> | 2016-11-26 00:40:17 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-11-26 00:40:17 -0800 |
| commit | e953d5d4f05fe2812defe1c2888bc6fe0b2f75e8 (patch) | |
| tree | b06c779bf6d2c80530d7c461daec9692924fe793 /docs/dist/css/bootstrap-grid.css | |
| parent | 3606c5b9c5b288f17b29ea451470b260d4c1f327 (diff) | |
| download | bootstrap-e953d5d4f05fe2812defe1c2888bc6fe0b2f75e8.tar.xz bootstrap-e953d5d4f05fe2812defe1c2888bc6fe0b2f75e8.zip | |
grunt
Diffstat (limited to 'docs/dist/css/bootstrap-grid.css')
| -rw-r--r-- | docs/dist/css/bootstrap-grid.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/dist/css/bootstrap-grid.css b/docs/dist/css/bootstrap-grid.css index 7fd251f89..99b35a33b 100644 --- a/docs/dist/css/bootstrap-grid.css +++ b/docs/dist/css/bootstrap-grid.css @@ -1,3 +1,20 @@ +@-ms-viewport { + width: device-width; +} + +html { + -webkit-box-sizing: border-box; + box-sizing: border-box; + -ms-overflow-style: scrollbar; +} + +*, +*::before, +*::after { + -webkit-box-sizing: inherit; + box-sizing: inherit; +} + .container { margin-left: auto; margin-right: auto; |
