Skip to content

Commit

Permalink
Merge pull request #154 from bicstone/bicstone/2
Browse files Browse the repository at this point in the history
サブイベントのサムネイルがSafariにおいて縦に引き伸ばされる問題を修正
  • Loading branch information
yuta-ike authored May 18, 2024
2 parents cfc1ef6 + 9ede69c commit 04f9338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/subevents/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const SubEventPage = () => {
</h2>
</a>
<a href={link} target="_blank" rel="noopener noreferrer">
<img src={thumbnail} alt={title} className="mt-4 h-full max-h-[200px]" />
<img src={thumbnail} alt={title} className="mt-4 max-h-[200px]" />
</a>
<p className="mt-4 whitespace-pre-line">{description}</p>
<div className="mt-4 flex flex-wrap gap-2">
Expand Down

0 comments on commit 04f9338

Please sign in to comment.