I am using Bootstrap 3 for a blog. In my custom CSS, I recently added
body { text-align: justify; ... }
I like the result on large screens (tablet, desktop). But on small screens (phone), defensible text doesn't work much because of narrower columns plus my occasional use case of the long-ish-technical-terms-like-this blog.
Is it possible to quickly have text-align: justify only on large screens?
Is it possible to do this only with CSS, or will I need to write some custom JS for this?
css twitter-bootstrap-3
Greg Hendershott Sep 03 '13 at 21:54 2013-09-03 21:54
source share