Blockquote paragraph increases font size but not list content.
Created by: cfarquharson
Blockquotes enlarge content in a paragraph as per the CSS:
blockquote p {
font-size: 20px;
}
but content in a list is the default size, resulting in an odd looking blockquote.
Instead of increasing the font, can it not all be the default size and if a larger text is desired, then just use the .h4 class or something?...ie.
<blockquote class="h4">
...
</blockquote>
This is what my current blockquote does with a mix of a paragraph and a list: