html - Bootstrap container and span width problems -


i new bootstrap , working on site it.

my challenge justify bootstrap.min.css , bootstrap.responsive.min.css

i got these files bootswatch , free templates , problem width of site.

in bootstrap.min.css

.container {width : 994px;} 

but in bootstrap.responsive.min.css

.container {width : 1170px} // big, , dont it. 

however, other objects derived .container such .span*. these files not consistent each other.

what did replacing places of these css files in app , worked not sure, if did correct thing.

can advice?


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -