Skip to content

Commit

Permalink
πŸ’„ λͺ¨κ°μ½” μ•„μ΄ν…œ μŠ€νƒ€μΌ λ°˜μ‘ν˜•μ— 맞게 μˆ˜μ •
Browse files Browse the repository at this point in the history
- μž₯μ†Œ ... 처리
  • Loading branch information
ttaerrim committed Nov 21, 2023
1 parent 162a479 commit 91d281c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/frontend/src/components/commons/MogacoItem/index.css.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { style } from '@vanilla-extract/css';
import { calc } from '@vanilla-extract/css-utils';

import { vars, fontStyle } from '@/styles';

Expand Down Expand Up @@ -63,17 +64,19 @@ export const info = style({
display: 'flex',
flexDirection: 'column',
alignItems: 'flex-start',
width: '100%',
gap: '0.4rem',
});

export const infoContent = style({
display: 'flex',
width: '100%',
alignItems: 'center',
gap: '0.4rem',
});

export const infoText = style({
width: '67.5rem',
width: calc.subtract('100%'),
alignItems: 'center',
gap: '0.4rem',
overflow: 'hidden',
Expand Down

0 comments on commit 91d281c

Please sign in to comment.