ie10-viewport-bug-workaround.css 297 B

123456789101112131415
  1. /*!
  2. * IE10 viewport hack for Surface/desktop Windows 8 bug
  3. * Copyright 2014-2019 Twitter, Inc.
  4. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  5. */
  6. @-ms-viewport {
  7. width: device-width;
  8. }
  9. @-o-viewport {
  10. width: device-width;
  11. }
  12. @viewport {
  13. width: device-width;
  14. }