Skip to content

Commit

Permalink
Update main galleryCard style
Browse files Browse the repository at this point in the history
  • Loading branch information
yoosion030 committed Jul 16, 2023
1 parent 839f17e commit efa7da5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/client/src/components/GalleryCard/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,15 @@ export const Title = styled.h5`
color: ${({ theme }) => theme.color.gray['090']};
font-weight: 600;
-webkit-line-clamp: 1;
@media ${({ theme }) => theme.breakPoint['600']} {
${({ theme }) => theme.typo.h4}
}
`;

export const ContentPreview = styled.p`
${({ theme }) => theme.typo.body2}
color: ${({ theme }) => theme.color.gray['080']};
height: 2.5rem;
font-weight: 400;
-webkit-line-clamp: 2;
Expand Down

0 comments on commit efa7da5

Please sign in to comment.