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
Post a Comment