diff --git a/styles.css b/styles.css index 9ab1025..655b230 100644 --- a/styles.css +++ b/styles.css @@ -71,10 +71,10 @@ /* ポップアップのカスタムスタイル */ .popup-content { - width: 300px; /* 幅を広く設定 */ + width: 250px; /* 幅を広く設定 */ height: auto; padding: 15px; - font-size: 20px; /* フォントサイズを大きく */ + font-size: 18px; /* フォントサイズを大きく */ line-height: 1.5; }