0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-24 16:52:19 +01:00
Bootstrap/docs/3.4/assets/css/ie10-viewport-bug-workaround.css

15 lines
297 B
CSS
Raw Normal View History

2018-12-13 15:57:10 -08:00
/*!
* IE10 viewport hack for Surface/desktop Windows 8 bug
2019-02-13 16:53:27 +02:00
* Copyright 2014-2019 Twitter, Inc.
2018-12-13 15:57:10 -08:00
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
@-ms-viewport {
width: device-width;
}
@-o-viewport {
width: device-width;
}
@viewport {
width: device-width;
}