+
+
+
+
diff --git a/src/styles/type.scss b/src/styles/type.scss
index fd328300..c1584ebd 100644
--- a/src/styles/type.scss
+++ b/src/styles/type.scss
@@ -54,11 +54,16 @@
blockquote {
font-style: italic;
+ p:nth-last-of-type(1) {
+ margin-bottom: 0;
+ }
+
cite,
figcaption {
display: block;
margin-top: 0.5em;
+ font-style: normal;
text-align: right;
&::before {