diff --git a/src/styles/global.css b/src/styles/global.css index bb09183..3abe6c4 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -13,8 +13,14 @@ min-height: 0; /* 縮小のバグを回避 */ height: 250px; } +.manga div > p { + margin: 0; + width: 100%; + height: 100%; +} .manga div img { min-width: 250px; + display: block; width: 100%; height: 100%; object-fit: contain;