Skip to content

Commit

Permalink
サブイベントのサムネイルがSafariで縦に引き伸ばされる不具合修正
Browse files Browse the repository at this point in the history
  • Loading branch information
bicstone committed May 17, 2024
1 parent cfc1ef6 commit 9ede69c
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 9ede69c

Please sign in to comment.