Where do I put media query code in rails for twitter bootstrap? -
i new twitter-bootstrap , difficulty form offset on tablet , phone views. know margin-left styling hat correct each view im not sure need code media queries. tried code in bootstarp.css file, did not work .
in app/assets/stylesheets/bootstrap_and_overrides.css.scss
.
that's put overrides.
if don't have file, should add it.
i assuming using rails 3 or 4, , using these gems ofcourse:
gem 'bootstrap-sass', '~> 3.2.0.0' gem 'sass-rails', '>= 3.2'
Comments
Post a Comment