Blockquote amend
@@ -42,7 +42,7 @@ class BlockQuote(StructBlock):
"""
text = TextBlock()
attribute_name = CharBlock(
- blank=True, required=False, label='e.g. Guy Picciotto')
+ blank=True, required=False, label='e.g. Mary Berry')
class Meta:
icon = "fa-quote-left"
@@ -426,6 +426,14 @@ blockquote p {
margin: 0 0 10px;
}
+blockquote footer::before {
+ display: none;
+}
+blockquote footer p {
+ font-size: 1.8em;
+ font-style: italic;
+
cite {
font-family: 'Lato', sans-serif;
text-transform: uppercase;