From 30d6e0530effef6379fb555491bc5064668f3359 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 21 Apr 2013 14:50:44 -0700 Subject: Fixes #7577: Attempt to fix, at least, issues with Windows Phone 8 and responsive not kicking in correctly --- docs/assets/css/bootstrap.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/assets/css/bootstrap.css') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 4553a1592..53f9a9693 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -5300,6 +5300,12 @@ a.list-group-item.active > .badge, width: device-width; } +@media screen and (max-width: 400px) { + @-ms-viewport { + width: 320px; + } +} + .hidden { display: none; visibility: hidden; -- cgit v1.2.3