diff --git a/index.html b/index.html
index 11c1ac2..6b5e773 100644
--- a/index.html
+++ b/index.html
@@ -17,7 +17,7 @@
text-align: center;
}
- p, ul {
+ p, ul, blockquote {
width: fit-content; /* 内容に応じた幅だけにする */
margin: 0 auto; /* ブロック全体を中央寄せ */
text-align: right; /* 中の文字だけ右揃え */