From e953d5d4f05fe2812defe1c2888bc6fe0b2f75e8 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 26 Nov 2016 00:40:17 -0800 Subject: grunt --- dist/css/bootstrap-grid.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'dist/css/bootstrap-grid.css') diff --git a/dist/css/bootstrap-grid.css b/dist/css/bootstrap-grid.css index 7fd251f89d..99b35a33bf 100644 --- a/dist/css/bootstrap-grid.css +++ b/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; -- cgit v1.2.3