Skip to content

Commit

Permalink
#47 fix: css 순서 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeongbowoon committed Jul 9, 2024
1 parent fc7ffc8 commit 9f92bca
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,26 @@ import { theme } from '@/common/style/theme/theme';
export const imageStyle = css({
width: '100%',
height: '14rem',

borderRadius: '16px 16px 0px 0px',
});

export const descriptionStyle = css({
display: 'flex',
flexDirection: 'column',
padding: '1.6rem',
gap: '0.6rem',

padding: '1.6rem',
});

export const titleStyle = css({
...theme.heading.heading06,
});

export const detailStyle = css({
...theme.text.body07,
height: '3.4rem',

...theme.text.body07,

overflow: 'hidden',
});

0 comments on commit 9f92bca

Please sign in to comment.