'Quote Generator' Feedback

Finished it a while ago but didn’t made a feedback thread because I was kinda busy with the weather challenge :stuck_out_tongue:
http://codepen.io/Shin8/full/MbOjwj/

@Shin8 I looked at your project on a mobile phone and it looks like your quote container is too narrow. The longer quotes are cut-off and the random quote button goes way below/outside the container. You may need to put a limit to your container’s width (min-width).

Thanks. I’ll try to fix it with the ‘col-xs-n’ class. Having so many placement options makes things so confusing (like having the float property, row, col-xs, pull-right, width, min-width, position, etc… and now just a while ago I found this fluxbox thing:dizzy_face:)
Update: Ended up using min-width like you said.