Skip to content

Commit

Permalink
Merge pull request #53 from INxST/feature/#43/fix-detail
Browse files Browse the repository at this point in the history
[Fix] 画像サイズ
  • Loading branch information
naoki-00-ito authored Jul 28, 2024
2 parents a8ea368 + 28ade3d commit 5a81e58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/works/textile-manufacturer-site.astro
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const title = '繊維メーカーサイト';
<img
src="https://placehold.jp/1600x1080.png"
alt=""
class="ts-image-white-in h-full"
class="ts-image-white-in md:h-full"
/>
</picture>

Expand All @@ -78,7 +78,7 @@ const title = '繊維メーカーサイト';
<img
src="https://placehold.jp/1080x1080.png"
alt=""
class="ts-image-white-in h-full"
class="ts-image-white-in md:h-full"
/>
</picture>

Expand Down Expand Up @@ -261,7 +261,7 @@ const title = '繊維メーカーサイト';
<img
src="https://placehold.jp/895x1080.png"
alt="タイトル名タイトル名タイトル名タイトル名タイトル名を見る"
class="ts-image-white-in h-full"
class="ts-image-white-in md:h-full"
/>

<span
Expand Down

0 comments on commit 5a81e58

Please sign in to comment.