max-width: 100%;
}
+article blockquote {
+ background: #eeeeee;
+ font-style: italic;
+ border-left: 2px solid #d63384;
+ padding: 0.5em;
+}
+
+/* Removes a margin-bottom coming from Bootstrap, but not making sense in this case */
+article blockquote p:last-child {
+ margin-bottom: 0;
+}
+
footer {
color: #ffffff;
background-color: #212529;