Skip to content

Commit

Permalink
fix: support card thumbnail style
Browse files Browse the repository at this point in the history
  • Loading branch information
Jungjjeong committed Dec 8, 2024
1 parent b7dce0c commit 0e6ec84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Supports/SupportThumbnail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,10 @@ const articleCss = css`
cursor: pointer;
${mediaQuery('mobile')} {
max-width: 160px;
max-width: 100%;
padding: 18px;
height: auto;
aspect-ratio: 160/64;
}
`;

Expand Down

0 comments on commit 0e6ec84

Please sign in to comment.