Blockquote text style is extra big+discussion
That's the bootstrap way.
It's defensible when you're really using blockquotes for quotes (like in a magazine). It doesn't really work when you use them for indenting, like we've been doing to avoid inline styling.
In general, I don't really want to override too much of the core bootstrap tag styling, because that kills a lot of the value of the whole thing.
For the specific case of indenting, I think we need a better approach (like whitelisted inline css rules for text) that compromises neither bootstrap nor wagn ideas.
Of course, for any specific deck it would be fine (and quick) to override the css here with something like:
blockquote { font-size: 1em }
I was just wondering if it was as expected. Override is a fine solution. Seems like one-size-fits-all isn't completely appropriate here.
From a stylistic standpoint, this "pop-out" style of quoting is probably more the exception than the rule with Wagns. Content that is more prose like will often be quoting content and want it inset and possibly smaller, but content that is more about presentation and interaction will be more likely to use a quote block to make something pop-out. We probably have a lot of both.