css - Changing website layout based on screen size and browser window size in Rails -


i have website that's working on 1200px(large desktop) screen. worked on different screen sizes , browser window sizes.

issue : when reduce screen size, tabs on website go invisible.

how in rails. have searched , found out css - media way . way have write different css files each screen size. there efficient way in rails? .as in, size of elements change dynamically based on screen size out change of css files?

thanks!

i think twitter bootstrap easy way create responsive website.

this twitter bootstrap gem rails.

and basic tutorial (railscasts).

so can follow tutorial start , can in advance when understand how work.


Comments

Popular posts from this blog

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

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -