diff --git a/index.html b/index.html
index d082d85..b0e8833 100644
--- a/index.html
+++ b/index.html
@@ -17,20 +17,17 @@
text-align: center;
}
- p, blockquote {
+ p, ul, blockquote {
width: fit-content; /* 内容に応じた幅だけにする */
margin: 0 auto; /* ブロック全体を中央寄せ */
text-align: center; /* 中の文字だけ右揃え */
}
- ul {
- display: flex;
- flex-direction: column;
- align-items: flex-start; /* liを左揃えにする */
- justify-content: center;
+ li {
+ width: fit-content;
margin: 0 auto;
- padding-left: 1.5em;
-}
+ text-align: left;
+ }
.section {
margin-bottom: 3em;