Skip to content

Commit

Permalink
fix: HistorySummary 반응형 디자인 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-yn committed Mar 17, 2024
1 parent f84de74 commit dbfa2c6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/Card/History/HistoryCard.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,15 @@ export const detailViewCardWidthStyle = style([
export const wrapStyle = style([
{
gap: '0.5rem',
height: '7rem',
padding: '1.5rem 2.15625rem',
borderRadius: '0.75rem',

'@media': {
[ODSBreakpointTokenVariables['breakpoint-xl']]: {
padding: '0.875rem 1.5rem',
padding: '1.5rem 0.875rem',
},
[ODSBreakpointTokenVariables['breakpoint-l']]: {
height: '5.75rem',
padding: '0.875rem 1.5rem',
},
[ODSBreakpointTokenVariables['breakpoint-s']]: {
gap: '0.25rem',
Expand Down

0 comments on commit dbfa2c6

Please sign in to comment.