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

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -