Skip to content

Commit

Permalink
refactor: #330 템플릿 카드 사이즈 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
donghunee committed Sep 8, 2024
1 parent 93cf6dc commit 4231881
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ export function TemplateCard({ name, tag, imgUrl, onClick }: TemplateCardProps)
src={imgUrl}
css={css`
mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.8));
width: 20rem;
height: auto;
`}
/>
</div>
Expand Down

0 comments on commit 4231881

Please sign in to comment.