문제

I need to know what is the .container width in bootstrap for IE8 since it doesn't support media queries and the framework has both medium and large screen versions of the .container with media queries.

도움이 되었습니까?

해결책

For Bootstrap 3, if a browser doesn't understand media queries then it looks to me like the would be the governing rule for the container, i.e., no fixed width

.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px
}
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top