Normal p, small, ... in jumbotron
Created by: IsaiahvH
Hello,
Wouldn't it be an idea to add a .no-jumbo
class to (text) elements in a jumbotron who shouldn't be 'jumbood' (made big, appear as if they have the .lead
class)?
Now every <p>
, <small>
and other text elements are always 'jumbood' in a jumbotron.
This isn't bad, but in some cases you would just like to add a <small>
on the bottom of the jumbotron, with a nice text-muted
class.
Now you can't, because it's still way too big and it has a lead style, which shouldn't be applied to a <small>
, right?
Normally you'd just place it outside the jumbotron, but in my example you'd want the same grey background color, the same padding; just a jumbotron style without the text itself being 'jumbood'.
Couldn't you use a :not(.no-jumbo)
? It would be clean and, as I see it, a nice little option.